[Centos] help with xargs and mv
James B. Byrne
ByrneJB at Harte-Lyne.caWed Feb 9 20:03:01 UTC 2005
- Previous message: [Centos] help with xargs and mv
- Next message: [Centos] help with xargs and mv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It appears that xargs really, really does not like a wildcard in the command construction. #cat workmid | xargs -i mv ./mqueue/df'{}' ./mqueue/offline #cat workmid | xargs -i mv ./mqueue/qf'{}' ./mqueue/offline work and move the files, but neither of: #cat workmid | xargs -i mv ./mqueue/*'{}' ./mqueue/offline #cat workmid | xargs -i mv ./mqueue/\*'{}' ./mqueue/offline work. Bizarre. Thanks for all of the assistance. This was really helpful. Regards, Jim -- *** e-mail is not a secure channel *** mailto:byrnejb.<token>@harte-lyne.ca James B. Byrne Harte & Lyne Limited vox: +1 905 561 1241 9 Brockley Drive fax: +1 905 561 0757 Hamilton, Ontario <token> = hal Canada L8E 3C3
- Previous message: [Centos] help with xargs and mv
- Next message: [Centos] help with xargs and mv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list