Thread: copy a file to all folders and subfolders
how copy file called readme.txt folders , sub folders in /home/test
try this
code:while read d; cp readme.txt "$d"; done < <( find /home/test -type d )
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] copy a file to all folders and subfolders
Ubuntu
Comments
Post a Comment