![]() |
|
|
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 |
| Arg List too Long in SCP | chris1234 | UNIX for Dummies Questions & Answers | 5 | 02-27-2008 08:40 AM |
| ksh: /usr/bin/ls: arg list too long | jitindrabappa | UNIX for Dummies Questions & Answers | 2 | 10-12-2006 04:08 AM |
| arg list too long when trying to tar files | jds3 | UNIX for Dummies Questions & Answers | 5 | 07-17-2006 12:00 PM |
| arg list too long | encrypted | UNIX for Advanced & Expert Users | 8 | 11-12-2004 06:38 AM |
| arg list too long | vingupta | UNIX for Dummies Questions & Answers | 5 | 08-03-2001 12:43 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
hello all
i need some help because i am a unix/linux dummy...i have the following: DIR1> has 121437 files in it with varying dates going back to early April, a sub dir DIR1/DIR2> has 55835 files in it I need to move all files (T*.*) out of DIR1 into DIR2 that are older than today? Ive been testing using find DIR1/T*.* -mtime +30 -exec ls -1at {} \; just to get a list of all files older than 30 days but i keep getting arg list too long. any thoughts would be greatly appreciated? cheers Jimmy |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|