![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell script to search for text in a file and copy file | imeadows | UNIX for Dummies Questions & Answers | 9 | 11-12-2008 09:12 PM |
| Script to capture new lines in a file and copy it to new file | fara_aris | Shell Programming and Scripting | 0 | 05-27-2008 11:11 PM |
| Copy File | JuergenW | UNIX for Dummies Questions & Answers | 2 | 09-09-2002 09:17 AM |
| using C to copy a file ... | abdul | High Level Programming | 1 | 09-11-2001 09:36 AM |
| % File Copy | Enda Martin | UNIX for Dummies Questions & Answers | 2 | 08-30-2001 07:26 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
To be more precise,
find . -name '*' -[m|c|a]time [-|+]NoOfDays | xargs -I{} -t cp {} /tmp/{} You may have to decide on which time (mtime,ctime,atime) and the days (before/notbefore/exactly on)to obtain the file list. Please search the forum for more info on find command. Thanks Nagarajan Ganesan |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|