![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to list files Created in last 2 hrs | rsonakiya | UNIX for Dummies Questions & Answers | 4 | 03-02-2009 07:25 AM |
| command to list files that are created before some date | csreenivas | SUN Solaris | 3 | 06-27-2007 06:34 PM |
| How to list files with specific created date | Draculla | Filesystems, Disks and Memory | 2 | 05-03-2007 11:45 PM |
| List Files & Folders created/modified | tipsy | Shell Programming and Scripting | 2 | 10-24-2006 01:22 PM |
| display files created in a particular month | t_harsha18 | Shell Programming and Scripting | 1 | 10-03-2005 01:22 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
list all files created since 3 months ago
hello,
thank you for you'r answering. I try find -newer, but it didn't do what Iwant. My goal is ths list all files that were created since 3 months or more from the current date ex. if the date is 01-12-2003 , then I want to list all files created before 01-09-2003. Thank's |
|
||||
|
list all files created since 3 month or more ago
Hello,
ok I can create a file and make its date to 3 momths ago and after and I use find -newer file, but my goal is the list the older files than this file not the recent files. thank you |
|
||||
|
Yeah got how to change the date of the file just create some junk file
then do the following touch -t (Desired date see the man page for help) junkfile Regards JK |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|