<?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>Commentaires sur : En vrac (17)</title>
	<atom:link href="http://linux-attitude.fr/post/en-vrac-17/feed" rel="self" type="application/rss+xml" />
	<link>http://linux-attitude.fr/post/en-vrac-17</link>
	<description>Le libre est un état d&#039;esprit</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:12:34 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Dradge</title>
		<link>http://linux-attitude.fr/post/en-vrac-17/comment-page-1#comment-283</link>
		<dc:creator>Dradge</dc:creator>
		<pubDate>Thu, 27 Nov 2008 15:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://dev.linux-attitude.fr/post/en-vrac-17#comment-283</guid>
		<description>&lt;p&gt;Pour le coup du ls je suggère&lt;/p&gt;


&lt;p&gt;&lt;code&gt;ls -1A &#124; wc -l&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;(-1 : Affichage simple, un fichier par ligne ; pratique pour le sh avec les for)&lt;br /&gt;
(-A : Almost All : comme -a mais enlève . et ..)&lt;/p&gt;


&lt;p&gt;Bonne journée à tous&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Pour le coup du ls je suggère</p>
<p><code>ls -1A | wc -l</code></p>
<p>(-1 : Affichage simple, un fichier par ligne ; pratique pour le sh avec les for)<br />
(-A : Almost All : comme -a mais enlève . et ..)</p>
<p>Bonne journée à tous</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Poischack</title>
		<link>http://linux-attitude.fr/post/en-vrac-17/comment-page-1#comment-282</link>
		<dc:creator>Poischack</dc:creator>
		<pubDate>Thu, 27 Nov 2008 15:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://dev.linux-attitude.fr/post/en-vrac-17#comment-282</guid>
		<description>&lt;p&gt;ls al ... compte 3 lignes de trop : la ligne total .... ainsi que . et ..&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>ls al &#8230; compte 3 lignes de trop : la ligne total &#8230;. ainsi que . et ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Peck</title>
		<link>http://linux-attitude.fr/post/en-vrac-17/comment-page-1#comment-281</link>
		<dc:creator>Peck</dc:creator>
		<pubDate>Thu, 27 Nov 2008 02:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://dev.linux-attitude.fr/post/en-vrac-17#comment-281</guid>
		<description>&lt;p&gt;En effet je dis n&#039;importe quoi, j&#039;étais persuadé qu&#039;il y avais des problèmes entre ls et wc.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>En effet je dis n&#8217;importe quoi, j&#8217;étais persuadé qu&#8217;il y avais des problèmes entre ls et wc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Florent Bayle</title>
		<link>http://linux-attitude.fr/post/en-vrac-17/comment-page-1#comment-280</link>
		<dc:creator>Florent Bayle</dc:creator>
		<pubDate>Wed, 26 Nov 2008 20:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://dev.linux-attitude.fr/post/en-vrac-17#comment-280</guid>
		<description>&lt;p&gt;&lt;q&gt;Compter les entrées d&#039;un répertoire sans se planter avec les noms spéciaaux (espace ...)&lt;/q&gt;&lt;br /&gt;
&lt;code&gt;ls -1 &#124; wc -l&lt;/code&gt; (&lt;code&gt;-1&lt;/code&gt; &quot;&lt;em&gt;tiret un&lt;/em&gt;&quot; à ne pas confondre avec &lt;code&gt;-l&lt;/code&gt;  &quot;&lt;em&gt;tiret L&lt;/em&gt;&quot;)&lt;br /&gt;
Et pour avoir les fichiers/dossiers cachés&lt;br /&gt;
&lt;code&gt;ls -a1 &#124; wc -l&lt;/code&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><q>Compter les entrées d&#8217;un répertoire sans se planter avec les noms spéciaaux (espace &#8230;)</q><br />
<code>ls -1 | wc -l</code> (<code>-1</code> &laquo;&nbsp;<em>tiret un</em>&nbsp;&raquo; à ne pas confondre avec <code>-l</code>  &laquo;&nbsp;<em>tiret L</em>&laquo;&nbsp;)<br />
Et pour avoir les fichiers/dossiers cachés<br />
<code>ls -a1 | wc -l</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration. The goal is to improve the
user experience for the readers of your blog without having to change
WordPress, your theme, your plugins or how you produce your content. When fully
utilized, your blog will be able to sustain extremely high traffic spikes
without requiring hardware upgrades or removing features or functionality from
your theme.
	
Features and benefits include:

	- Improved progressive render (non-blocking CSS and JS embedding)
	- Reduced HTTP Transactions, DNS lookups, reduced document load time
	- Transparent content delivery network (CDN) support with automated media
		library import
	- Bandwidth savings via Minify and HTTP compression (gzip / deflate) for HTML, CSS
		and JS
	- Minification (concatenation, white space removal) of inline, external or 3rd
		party JS and CSS with scheduled updates
	- Optional embedding of JS just above </body>
	- Support for caching pages, posts, feeds, database objects, CSS, JS in memory
		with APC or memcached or both
	- Caching of RSS/Atom Feeds (comments, page and site), URIs with query string
		variables (like search result pages), Database queries, Pages, Posts, CSS and JS
	- Complete header management including Etags
	- Increased web server concurrency and reduced resource consumption, increased scale


Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using file
Page Caching using apc
Database Caching 4/14 queries in 0.010 seconds using apc

Served from: madrid @ 2010-03-12 16:50:06 in 1.000 seconds -->