From: Justin MacCarthy (macarthy at domain iol.ie)
Date: Fri 05 Jul 2002 - 13:20:09 IST
Hi,
I have a list of files I want to move to another dir eg
FF03027E-23EA-11D5-9891-00508BEE0314.PDF
FF0308AF-23EA-11D5-9891-00508BEE0314.PDF
FF030BA1-23EA-11D5-9891-00508BEE0314.PDF
Im using xargs i.e.
cat badfiles.txt | xargs -i mv /completefiles/\{\} /badfiles\{\}
however xargs seems to be truncating the filenames
: No such file or directory7E-23EA-11D5-9891-00508BEE0314.PDF
: No such file or directoryAF-23EA-11D5-9891-00508BEE0314.PDF
: No such file or directoryA1-23EA-11D5-9891-00508BEE0314.PDF
Anyone see were am going wrong?
cheers
Justin
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:17:41 GMT