<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bash : jolie invite et améliorations</title>
	<atom:link href="http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/feed/langswitch_lang/fr/" rel="self" type="application/rss+xml" />
	<link>http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/</link>
	<description>Ayoli&#039;s zone : linux, ubuntu, music, ...</description>
	<lastBuildDate>Tue, 06 Jul 2010 11:41:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ayoli</title>
		<link>http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/comment-page-1/#comment-392</link>
		<dc:creator>ayoli</dc:creator>
		<pubDate>Sat, 19 Sep 2009 06:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://ayozone.org/2008/02/25/lang_enbash-fancy-prompt-and-improvmentslang_enlang_frbash-jolie-invite-et-ameliorationslang_fr/#comment-392</guid>
		<description>@KIAaze: thank you for your input, I&#039;ll try your ducks improvement.</description>
		<content:encoded><![CDATA[<p>@KIAaze: thank you for your input, I&#8217;ll try your ducks improvement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KIAaze</title>
		<link>http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/comment-page-1/#comment-391</link>
		<dc:creator>KIAaze</dc:creator>
		<pubDate>Fri, 18 Sep 2009 22:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://ayozone.org/2008/02/25/lang_enbash-fancy-prompt-and-improvmentslang_enlang_frbash-jolie-invite-et-ameliorationslang_fr/#comment-391</guid>
		<description>Well, anyway, just fix the single-quotes and it should work.
Here&#039;s why I decided to replace &quot;ls&quot; with a &quot;find&quot; command:
http://mywiki.wooledge.org/ParsingLs</description>
		<content:encoded><![CDATA[<p>Well, anyway, just fix the single-quotes and it should work.<br />
Here&#8217;s why I decided to replace &#8220;ls&#8221; with a &#8220;find&#8221; command:<br />
<a href="http://mywiki.wooledge.org/ParsingLs" rel="nofollow">http://mywiki.wooledge.org/ParsingLs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KIAaze</title>
		<link>http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/comment-page-1/#comment-390</link>
		<dc:creator>KIAaze</dc:creator>
		<pubDate>Fri, 18 Sep 2009 22:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://ayozone.org/2008/02/25/lang_enbash-fancy-prompt-and-improvmentslang_enlang_frbash-jolie-invite-et-ameliorationslang_fr/#comment-390</guid>
		<description>Grr, what&#039;s wrong with quotes in the comments?

[code]
alias ducks=&#039;find . -maxdepth 1 -mindepth 1 -print0 &#124; xargs -0 -n1 du -ks &#124; sort -rn &#124; head -16 &#124; cut -f2 &#124; xargs -i du -hs {}&#039;
[/code]</description>
		<content:encoded><![CDATA[<p>Grr, what&#8217;s wrong with quotes in the comments?</p>
<p>[code]<br />
alias ducks=&#8217;find . -maxdepth 1 -mindepth 1 -print0 | xargs -0 -n1 du -ks | sort -rn | head -16 | cut -f2 | xargs -i du -hs {}&#8217;<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KIAaze</title>
		<link>http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/comment-page-1/#comment-389</link>
		<dc:creator>KIAaze</dc:creator>
		<pubDate>Fri, 18 Sep 2009 22:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://ayozone.org/2008/02/25/lang_enbash-fancy-prompt-and-improvmentslang_enlang_frbash-jolie-invite-et-ameliorationslang_fr/#comment-389</guid>
		<description>Hi,
I improved your ducks alias a little bit, so that it handles filenames with spaces correctly. :)

alias ducks=&#039;find . -maxdepth 1 -mindepth 1 -print0  &#124; xargs -0 -n1 du -ks &#124; sort -rn &#124; head -16 &#124; cut -f2 &#124; xargs -i du -hs {}&#039;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I improved your ducks alias a little bit, so that it handles filenames with spaces correctly. <img src='http://ayozone.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>alias ducks=&#8217;find . -maxdepth 1 -mindepth 1 -print0  | xargs -0 -n1 du -ks | sort -rn | head -16 | cut -f2 | xargs -i du -hs {}&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: It doesn't matter</title>
		<link>http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/comment-page-1/#comment-94</link>
		<dc:creator>It doesn't matter</dc:creator>
		<pubDate>Mon, 05 May 2008 00:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://ayozone.org/2008/02/25/lang_enbash-fancy-prompt-and-improvmentslang_enlang_frbash-jolie-invite-et-ameliorationslang_fr/#comment-94</guid>
		<description>&quot;imp?ovments&quot;?
My english writing skills sux, but a spelling error in the title is too much =P</description>
		<content:encoded><![CDATA[<p>&#8220;imp?ovments&#8221;?<br />
My english writing skills sux, but a spelling error in the title is too much =P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajeffreys</title>
		<link>http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/comment-page-1/#comment-60</link>
		<dc:creator>ajeffreys</dc:creator>
		<pubDate>Sat, 29 Mar 2008 15:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://ayozone.org/2008/02/25/lang_enbash-fancy-prompt-and-improvmentslang_enlang_frbash-jolie-invite-et-ameliorationslang_fr/#comment-60</guid>
		<description>Thanks for this, just what I was looking for :)</description>
		<content:encoded><![CDATA[<p>Thanks for this, just what I was looking for <img src='http://ayozone.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayoli</title>
		<link>http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/comment-page-1/#comment-29</link>
		<dc:creator>ayoli</dc:creator>
		<pubDate>Tue, 26 Feb 2008 19:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://ayozone.org/2008/02/25/lang_enbash-fancy-prompt-and-improvmentslang_enlang_frbash-jolie-invite-et-ameliorationslang_fr/#comment-29</guid>
		<description>
Cet alias ducks, je lavais trouvé sur un site il y a deja quelques années. Je ne m&#039;en sert pas beaucoup à vrai dire. Je ne suis meme pas sur qu&#039;il se compporte réélement bien.

</description>
		<content:encoded><![CDATA[<p>
Cet alias ducks, je lavais trouvé sur un site il y a deja quelques années. Je ne m&#8217;en sert pas beaucoup à vrai dire. Je ne suis meme pas sur qu&#8217;il se compporte réélement bien.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Fenice</title>
		<link>http://ayozone.org/2008/02/25/bash-fancy-prompt-and-improvments/comment-page-1/#comment-28</link>
		<dc:creator>Don Fenice</dc:creator>
		<pubDate>Tue, 26 Feb 2008 09:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://ayozone.org/2008/02/25/lang_enbash-fancy-prompt-and-improvmentslang_enlang_frbash-jolie-invite-et-ameliorationslang_fr/#comment-28</guid>
		<description>Tres interessant ces alias, notamment l&#039;alias ducks.

Pour les scan de fichiers du repertoire courant j&#039;utilise cet alias, moins poussez que le ducks mais assez utile :
alias lh=&#039;ls -sShr1&#039;</description>
		<content:encoded><![CDATA[<p>Tres interessant ces alias, notamment l&#8217;alias ducks.</p>
<p>Pour les scan de fichiers du repertoire courant j&#8217;utilise cet alias, moins poussez que le ducks mais assez utile :<br />
alias lh=&#8217;ls -sShr1&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
