<?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: Find Files By Access, Modification Date / Time Under Linux or UNIX</title> <atom:link href="http://www.cyberciti.biz/faq/howto-finding-files-by-date/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Evgeni</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-67302</link> <dc:creator>Evgeni</dc:creator> <pubDate>Fri, 20 Jan 2012 22:50:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-67302</guid> <description>If a file is moved to trash bin, is its ctime modified ?</description> <content:encoded><![CDATA[<p>If a file is moved to trash bin, is its ctime modified ?</p> ]]></content:encoded> </item> <item><title>By: Taylor</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-65052</link> <dc:creator>Taylor</dc:creator> <pubDate>Thu, 01 Dec 2011 18:50:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-65052</guid> <description>mkdir -p Red/Hat</description> <content:encoded><![CDATA[<p>mkdir -p Red/Hat</p> ]]></content:encoded> </item> <item><title>By: Prashant</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-63602</link> <dc:creator>Prashant</dc:creator> <pubDate>Mon, 17 Oct 2011 10:51:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-63602</guid> <description>good one</description> <content:encoded><![CDATA[<p>good one</p> ]]></content:encoded> </item> <item><title>By: Ash</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-61706</link> <dc:creator>Ash</dc:creator> <pubDate>Fri, 19 Aug 2011 21:39:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-61706</guid> <description>How do i find a file based on the date input i give  and move that file, a file with date before that and after that to a directory using find.
For Example: I want to find a file &quot;identity_*&quot; last modified on 17th Aug moved to a directory along with one modified on 18th Aug, 19th Aug.
Any inputs are highly appreciated</description> <content:encoded><![CDATA[<p>How do i find a file based on the date input i give  and move that file, a file with date before that and after that to a directory using find.<br
/> For Example: I want to find a file &#8220;identity_*&#8221; last modified on 17th Aug moved to a directory along with one modified on 18th Aug, 19th Aug.</p><p>Any inputs are highly appreciated</p> ]]></content:encoded> </item> <item><title>By: rana</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-60354</link> <dc:creator>rana</dc:creator> <pubDate>Thu, 30 Jun 2011 07:05:31 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-60354</guid> <description>plz tell me command for following :-
find all the files in current folder with modification time (modified in last 6 hrs and not modified in last 4hrs) with their name starting with k and they must be regular files and not directories finally delete them..</description> <content:encoded><![CDATA[<p>plz tell me command for following :-</p><p>find all the files in current folder with modification time (modified in last 6 hrs and not modified in last 4hrs) with their name starting with k and they must be regular files and not directories finally delete them..</p> ]]></content:encoded> </item> <item><title>By: vara</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-60095</link> <dc:creator>vara</dc:creator> <pubDate>Sun, 19 Jun 2011 09:40:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-60095</guid> <description>i want find the files created or modified in particular date</description> <content:encoded><![CDATA[<p>i want find the files created or modified in particular date</p> ]]></content:encoded> </item> <item><title>By: bhageerathan</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-57429</link> <dc:creator>bhageerathan</dc:creator> <pubDate>Wed, 20 Apr 2011 11:18:14 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-57429</guid> <description>very helpful...:) thank you</description> <content:encoded><![CDATA[<p>very helpful&#8230;:) thank you</p> ]]></content:encoded> </item> <item><title>By: Amol</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-57140</link> <dc:creator>Amol</dc:creator> <pubDate>Fri, 08 Apr 2011 06:01:10 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-57140</guid> <description>find / -name &quot;*.mp3&quot; -atime +01 -type f
use this command , it will surely work</description> <content:encoded><![CDATA[<p>find / -name &#8220;*.mp3&#8243; -atime +01 -type f</p><p>use this command , it will surely work</p> ]]></content:encoded> </item> <item><title>By: Amol</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-57139</link> <dc:creator>Amol</dc:creator> <pubDate>Fri, 08 Apr 2011 05:56:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-57139</guid> <description>mkdir Red
cd Red
touch Hat</description> <content:encoded><![CDATA[<p>mkdir Red<br
/> cd Red<br
/> touch Hat</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-54307</link> <dc:creator>Michael</dc:creator> <pubDate>Fri, 31 Dec 2010 19:23:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-54307</guid> <description>I have a new Linux server. CentOS 5.5. I want to know if their is any way to see exactly what files are added or changed or updated after I install a program. How can I do this?</description> <content:encoded><![CDATA[<p>I have a new Linux server. CentOS 5.5. I want to know if their is any way to see exactly what files are added or changed or updated after I install a program. How can I do this?</p> ]]></content:encoded> </item> <item><title>By: Thabiso</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-51518</link> <dc:creator>Thabiso</dc:creator> <pubDate>Wed, 08 Dec 2010 10:18:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-51518</guid> <description>Hi,
How do I list the files of only today&#039;s date and dump them into some output file?</description> <content:encoded><![CDATA[<p>Hi,</p><p>How do I list the files of only today&#8217;s date and dump them into some output file?</p> ]]></content:encoded> </item> <item><title>By: Nick</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-49590</link> <dc:creator>Nick</dc:creator> <pubDate>Sat, 18 Sep 2010 14:03:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-49590</guid> <description>This should do the trick -
find . -type f -iname &#039;HSTD*&#039; -daystart -mtime 1 -exec cp {} /path/to new/dir/ \;
Nick</description> <content:encoded><![CDATA[<p>This should do the trick -</p><p>find . -type f -iname &#8216;HSTD*&#8217; -daystart -mtime 1 -exec cp {} /path/to new/dir/ \;</p><p>Nick</p> ]]></content:encoded> </item> <item><title>By: john</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-48888</link> <dc:creator>john</dc:creator> <pubDate>Thu, 19 Aug 2010 18:56:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-48888</guid> <description>-rw-rw-rw-   1 qmaster    qmaster     294520 Aug 16 00:35 HSTD.191.807
-rw-rw-rw-   1 qmaster    qmaster     525118 Aug 17 00:56 HSTD.191.808
-rw-rw-rw-   1 qmaster    qmaster     698575 Aug 18 01:42 HSTD.191.809
-rw-rw-rw-   1 qmaster    qmaster     829239 Aug 19 01:25 HSTD.191.810
I would like to copy to a directory one of the following files by using today&#039;s date minus one.  In other words when I execute my script I want yesterdays file.
any help would be appreciated.
John</description> <content:encoded><![CDATA[<p>-rw-rw-rw-   1 qmaster    qmaster     294520 Aug 16 00:35 HSTD.191.807<br
/> -rw-rw-rw-   1 qmaster    qmaster     525118 Aug 17 00:56 HSTD.191.808<br
/> -rw-rw-rw-   1 qmaster    qmaster     698575 Aug 18 01:42 HSTD.191.809<br
/> -rw-rw-rw-   1 qmaster    qmaster     829239 Aug 19 01:25 HSTD.191.810</p><p>I would like to copy to a directory one of the following files by using today&#8217;s date minus one.  In other words when I execute my script I want yesterdays file.</p><p>any help would be appreciated.<br
/> John</p> ]]></content:encoded> </item> <item><title>By: R Duke</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-48212</link> <dc:creator>R Duke</dc:creator> <pubDate>Sun, 04 Jul 2010 09:57:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-48212</guid> <description>@sowya: to create a file ./Red/Hat when the directory &quot;Red&quot; doesn&#039;t exist yet, use mkdir and touch:
mkdir Red
touch Red/Hat</description> <content:encoded><![CDATA[<p>@sowya: to create a file ./Red/Hat when the directory &#8220;Red&#8221; doesn&#8217;t exist yet, use mkdir and touch:</p><p> mkdir Red<br
/> touch Red/Hat</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-47802</link> <dc:creator>Anonymous</dc:creator> <pubDate>Mon, 14 Jun 2010 05:14:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-47802</guid> <description>Please use the following command :
mkdir Red
cd Red
Red/&gt;mkdir Hat
cd Hat
Red/Hat&gt;
Please let me know if this is clear
Thanks,
Prashanthini
r</description> <content:encoded><![CDATA[<p>Please use the following command :</p><p>mkdir Red</p><p>cd Red</p><p>Red/&gt;mkdir Hat</p><p>cd Hat</p><p>Red/Hat&gt;</p><p>Please let me know if this is clear</p><p>Thanks,<br
/> Prashanthini</p><p>r</p> ]]></content:encoded> </item> <item><title>By: rduke15</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-47661</link> <dc:creator>rduke15</dc:creator> <pubDate>Sun, 06 Jun 2010 12:15:28 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-47661</guid> <description>If you need a specific date range many days ago, it would be boring to calculate how many days ago it was exactly. Here is an example looking for files modified between May 9 2008 and May 13 2008, in /home:
touch --date &quot;2008-05-09&quot; /tmp/after
touch --date &quot;2008-05-13&quot; /tmp/before
find /home/ -type f -newer /tmp/after -not -newer /tmp/before </description> <content:encoded><![CDATA[<p>If you need a specific date range many days ago, it would be boring to calculate how many days ago it was exactly. Here is an example looking for files modified between May 9 2008 and May 13 2008, in /home:</p><p>touch &#8211;date &#8220;2008-05-09&#8243; /tmp/after<br
/> touch &#8211;date &#8220;2008-05-13&#8243; /tmp/before<br
/> find /home/ -type f -newer /tmp/after -not -newer /tmp/before</p> ]]></content:encoded> </item> <item><title>By: Ken</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-47205</link> <dc:creator>Ken</dc:creator> <pubDate>Thu, 06 May 2010 01:07:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-47205</guid> <description>I&#039;ve got this in my delicious bookmarks and use it often, thank you.  For some reason on one of my computers I have to leave the word -print off the command or I get a message about paths must precede expression.  Still...thank you for the page.</description> <content:encoded><![CDATA[<p>I&#8217;ve got this in my delicious bookmarks and use it often, thank you.  For some reason on one of my computers I have to leave the word -print off the command or I get a message about paths must precede expression.  Still&#8230;thank you for the page.</p> ]]></content:encoded> </item> <item><title>By: ABhik</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-46111</link> <dc:creator>ABhik</dc:creator> <pubDate>Tue, 23 Feb 2010 20:28:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-46111</guid> <description>@Mike - Replace &quot; by &#039; and try.</description> <content:encoded><![CDATA[<p>@Mike &#8211; Replace &#8221; by &#8216; and try.</p> ]]></content:encoded> </item> <item><title>By: mike</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-44112</link> <dc:creator>mike</dc:creator> <pubDate>Fri, 16 Oct 2009 10:02:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-44112</guid> <description>the commands in the examples are not working for me, im trying to get the times a particular word file has been accessed on my computer in the last week so i tried to use the -atime example to see if it was accessed one day ago, i typed this into terminal:
find /home/you -iname &quot;*.mp3&quot; -atime 01 -type -f
it didnt work, can anyone help me?</description> <content:encoded><![CDATA[<p>the commands in the examples are not working for me, im trying to get the times a particular word file has been accessed on my computer in the last week so i tried to use the -atime example to see if it was accessed one day ago, i typed this into terminal:</p><p>find /home/you -iname &#8220;*.mp3&#8243; -atime 01 -type -f</p><p>it didnt work, can anyone help me?</p> ]]></content:encoded> </item> <item><title>By: Masonite2009</title><link>http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-44099</link> <dc:creator>Masonite2009</dc:creator> <pubDate>Wed, 14 Oct 2009 22:50:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-finding-files-by-date/#comment-44099</guid> <description>I would like to display the date modified, the owner of the file, and the file size of the files that I have found using the find command.  Is there a way to do that?</description> <content:encoded><![CDATA[<p>I would like to display the date modified, the owner of the file, and the file size of the files that I have found using the find command.  Is there a way to do that?</p> ]]></content:encoded> </item> </channel> </rss>
