<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Deec.it &#187; bashrc</title>
	<atom:link href="http://www.deec.it/tag/bashrc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deec.it</link>
	<description>Le Guide Pratiche Dell&#039;Informatica</description>
	<lastBuildDate>Sat, 24 Jul 2010 09:40:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creare file .bashrc quando non esiste</title>
		<link>http://www.deec.it/2009/08/25/creare-file-bashrc-quando-non-esiste/</link>
		<comments>http://www.deec.it/2009/08/25/creare-file-bashrc-quando-non-esiste/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:09:13 +0000</pubDate>
		<dc:creator>loade</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://www.deec.it/?p=112</guid>
		<description><![CDATA[



Se nella home dell&#8217;utente non esiste il file .bashrc potete crearlo manualmente, copiando quello di sistema nella home e dopo personalizzarlo:
cp /etc/bash.bashrc  /home/utente/.bashrc
Per farlo caricare alla shell eseguite:
source .bashrc





]]></description>
			<content:encoded><![CDATA[<!-- AdSense Now! V1.77 -->
<!-- Post[count: 3] -->
<div class="adsense adsense-leadin" style="text-align:center;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-5841373120371067";
/* 468x60, creato 22/09/09 M&amp;P */
google_ad_slot = "8731175604";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Se nella home dell&#8217;utente non esiste il file .bashrc potete crearlo manualmente, copiando quello di sistema nella home e dopo personalizzarlo:</p>
<blockquote><p>cp /etc/bash.bashrc  /home/utente/.bashrc</p></blockquote>
<p>Per farlo caricare alla shell eseguite:</p>
<blockquote><p>source .bashrc</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.deec.it/2009/08/25/creare-file-bashrc-quando-non-esiste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data e ora di esecuzione dei comandi nel file history della bourne shell</title>
		<link>http://www.deec.it/2009/08/18/data-e-ora-di-esecuzione-dei-comandi-nel-file-history-della-bourne-shell/</link>
		<comments>http://www.deec.it/2009/08/18/data-e-ora-di-esecuzione-dei-comandi-nel-file-history-della-bourne-shell/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 15:50:47 +0000</pubDate>
		<dc:creator>Luca</dc:creator>
				<category><![CDATA[Altro]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[bourne]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[HISTTIMEFORMAT]]></category>

		<guid isPermaLink="false">http://www.deec.it/?p=32</guid>
		<description><![CDATA[Vi e&#8217; mai capitato di voler sapere quando sia stato eseguito un determinato comando?
Aggiungete nel file .bashrc presente nella vostra home (oppure in /etc/bash.bashrc se volete applicare la modifica a tutti gli utenti del sistema) questa direttiva:
export HISTTIMEFORMAT=&#8217;%F %H:%M # &#8216;
Bastera&#8217; ricollegarvi o lanciare una nuova istanza della shell per applicare le nuove impostazioni.
]]></description>
			<content:encoded><![CDATA[<p>Vi e&#8217; mai capitato di voler sapere quando sia stato eseguito un determinato comando?<br />
Aggiungete nel file .bashrc presente nella vostra home (oppure in /etc/bash.bashrc se volete applicare la modifica a tutti gli utenti del sistema) questa direttiva:</p>
<blockquote><p>export HISTTIMEFORMAT=&#8217;%F %H:%M # &#8216;</p></blockquote>
<p>Bastera&#8217; ricollegarvi o lanciare una nuova istanza della shell per applicare le nuove impostazioni.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deec.it/2009/08/18/data-e-ora-di-esecuzione-dei-comandi-nel-file-history-della-bourne-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
