<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>ShinePHP Forum &#187; Tag: rm - Recent Posts</title>
		<link>http://shinephp.com/community/tags/rm</link>
		<description>General Web development, PHP, MySQL, WordPress and its plugins discussions</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Feb 2012 16:00:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://shinephp.com/community/search.php</link>
		</textInput>
		<atom:link href="http://shinephp.com/community/rss/tags/rm" rel="self" type="application/rss+xml" />

		<item>
			<title>vladimir on "How to delete a huge quant of files at once"</title>
			<link>http://shinephp.com/community/topic/how-to-delete-a-huge-quant-of-files-at-once#post-7</link>
			<pubDate>Sun, 07 Mar 2010 03:57:29 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">7@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;This trick will help&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;shell&#34; style=&#34;font-family:monospace;&#34;&#62;find . -maxdepth 1 -name 'cache_*' -exec rm {} \;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;



&#60;p&#62;This way 'rm' command will delete files one by one according to 'find' command search results. If you wish to delete all files in the directory tree at the current '.' directory remove '-maxdepth 1' option from 'find' command.&#60;/p&#62;
&#60;p&#62;This variant will help also&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;shell&#34; style=&#34;font-family:monospace;&#34;&#62;ls cache_* &#124; xargs rm&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;


</description>
		</item>
		<item>
			<title>garvs on "How to delete a huge quant of files at once"</title>
			<link>http://shinephp.com/community/topic/how-to-delete-a-huge-quant-of-files-at-once#post-5</link>
			<pubDate>Sun, 07 Mar 2010 03:49:47 +0000</pubDate>
			<dc:creator>garvs</dc:creator>
			<guid isPermaLink="false">5@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;I tried to delete a few thousands files with one&#60;br /&#62;
&#60;code&#62;rm cache_*&#60;/code&#62;&#60;br /&#62;
command. But it returned error message that 'Argument list too long'. Can you advice how to resolve this issue?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

