newbie question - how to pass textfile as an argument

Andy Harrison ah46 at mlz.us
Wed Oct 1 13:33:26 PDT 2003


-----BEGIN PGP SIGNED MESSAGE-----


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On 01-Oct-2003, Martin Vana wrote message "newbie question - how to pass
textfile as an argument"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> I was just wondering if there is a way how to pass a text file with list of
> path/files to 
> programs like cp/mv.

AFAIK, you can't.  You can, however, use something like the find command.  

find /somedir -type f -name '*pattern*' -maxdepth 1 -exec mv {} newdir \;
(maxdepth 1 limits it to the current directory, otherwise it is recursive.)

~~ 
Andy Harrison
(full headers for details)


-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8

iQCVAwUBP3s6GVPEkLgodAWVAQHWhAQAij/sg4mNSJzdHn0ISnHF3tgdd7FVgbe0
lIHbNBZn6jFrhrd8QXSv22cHKftN/1kDsoAywB7bLVeXHgzKKek/NuWt98qE3/Rp
osVwgGOj8S2c/sBm8tPjHlkcxAdQxM7MlNcMc29sDlQ+smdKYCIjKn0Nv1jPqzeP
W3PmyqXefOE=
=wuMG
-----END PGP SIGNATURE-----


More information about the freebsd-questions mailing list