![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I find files by date or size from stout? | umen | UNIX for Dummies Questions & Answers | 2 | 01-13-2008 05:04 AM |
| find files by date | kani | Shell Programming and Scripting | 1 | 10-25-2007 03:51 AM |
| Find all the files after the date? | gkrishnag | UNIX for Advanced & Expert Users | 1 | 09-11-2006 08:15 AM |
| how to find files less than the current date | mallikarjuna | UNIX for Dummies Questions & Answers | 4 | 01-20-2006 09:49 AM |
| BASH : Find files by date and shred them | cbismuth | Shell Programming and Scripting | 2 | 06-13-2005 08:20 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Can I know find syntax to find given date files
Hi All,
Can i use find command to know given date files? If yes, then please let me know the syntax for the same. Thanks in advance for your postive responses Regards, Bachegowda |
| Forum Sponsor | ||
|
|
|
|||
|
Hi,
Ex: I need to find files which are created on 21st Feb 2008 using find command then please provide me syntax for the same. I didn't know where to mention said date. ex: find ./ -name '*.sh' -ctime 21/02/2008 this is not working???????? |
|
|||
|
Have a look at this thread files between any two given dates
|
|||
| Google UNIX.COM |