 




<?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: Get File By Date on QSHELL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/get-file-by-date-on-qshell/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/get-file-by-date-on-qshell/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 01:03:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/get-file-by-date-on-qshell/#comment-89188</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 10 Mar 2011 01:18:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-89188</guid>
		<description><![CDATA[&lt;i&gt;I need to fetch files through ftp.&lt;/i&gt;

I&#039;m not clear how you intend to mix QShell with &quot;fetching&quot; files with FTP. It would seem to make more sense if you were going to choose which files to PUT, but choosing which files to GET requires running code on the remote system which QShell isn&#039;t particularly useful for.

Can you clarify the steps you have to go through?

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I need to fetch files through ftp.</i></p>
<p>I&#8217;m not clear how you intend to mix QShell with &#8220;fetching&#8221; files with FTP. It would seem to make more sense if you were going to choose which files to PUT, but choosing which files to GET requires running code on the remote system which QShell isn&#8217;t particularly useful for.</p>
<p>Can you clarify the steps you have to go through?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wilsonalano</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/get-file-by-date-on-qshell/#comment-89170</link>
		<dc:creator>wilsonalano</dc:creator>
		<pubDate>Wed, 09 Mar 2011 20:14:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-89170</guid>
		<description><![CDATA[Hi Vivek,

I use the following command to remove files with more than 15 days old.

find /Path/ -ctime +15 -exec rm {} ;

I think that with &quot;find&quot; and -ctime +0 will list all files created today.

I&#039;m not an expert on QSHELL but you can try it..

Regards,
Wilson]]></description>
		<content:encoded><![CDATA[<p>Hi Vivek,</p>
<p>I use the following command to remove files with more than 15 days old.</p>
<p>find /Path/ -ctime +15 -exec rm {} ;</p>
<p>I think that with &#8220;find&#8221; and -ctime +0 will list all files created today.</p>
<p>I&#8217;m not an expert on QSHELL but you can try it..</p>
<p>Regards,<br />
Wilson</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.013 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 01:38:31 -->