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 

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -