![]() |
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 |
| 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 |
| list the files but exclude the files in subdirectories | shyjuezy | UNIX for Dummies Questions & Answers | 8 | 10-15-2008 01:42 PM |
| How to manage the .nfs files generated by the system | dowell | Filesystems, Disks and Memory | 0 | 06-06-2008 01:25 PM |
| Ftp all the generated files | im_new | Shell Programming and Scripting | 3 | 12-22-2007 06:46 AM |
| list of files | bkan77 | UNIX for Advanced & Expert Users | 7 | 08-15-2007 11:09 AM |
| capture all the today files | Teh Tiack Ein | Shell Programming and Scripting | 3 | 07-28-2005 06:30 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
find command
try this dude!
find /dirname -type f -mtime +1 -exec mv {} backup/ \; or find /dirname -type f -mtime +1 | xargs mv backup/ all the best cheers, Devaraj Takhellambam |
| Sponsored Links | ||
|
|