unix - shell script to read a list of files and copy to a directory -
i'm trying figure out script file takes in file containing list of files , copy these files different directory. appreiated.
for in `cat file` cp $i /other/ done i'm trying figure out script file takes in file containing list of files , copy these files different directory. appreiated.
for in `cat file` cp $i /other/ done
Comments
Post a Comment