![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question concerning xargs | cp27316 | UNIX for Dummies Questions & Answers | 4 | 03-13-2007 08:30 PM |
| xargs doubt | shihabvk | Shell Programming and Scripting | 1 | 09-29-2005 07:38 AM |
| find | xargs cat | asal_email | Shell Programming and Scripting | 4 | 03-16-2005 09:16 PM |
| xargs problem | encrypted | Shell Programming and Scripting | 2 | 11-07-2004 03:04 PM |
| xargs | jpprial | UNIX for Dummies Questions & Answers | 4 | 09-17-2001 05:29 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi there,
I am trying to move around 3000 files from one directory to another. The mv command is complaining from too many arguments. I tried to use the xargs command but with no luck. Could some body provide help? Regards |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
something to be improved on:
(cd $SOURCE && tar cf - . ) | (cd $TARGET && tar xvfp -) |
|
#3
|
|||
|
|||
|
Maybe this link will help:
xargs problem |
|
#4
|
||||
|
||||
|
#5
|
|||
|
|||
|
Quote:
If you want to copy the olddir directory hierarchy to newdir. mkdir newdir pax -rw olddir newdir Last edited by thumsup9; 02-08-2005 at 04:20 PM. |
|||
| Google The UNIX and Linux Forums |