Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 396 Bytes

File metadata and controls

8 lines (7 loc) · 396 Bytes

findcopy

findcopy is a simple bash script that copies files found by the find command to a specified directory. You must change three lines of the script, indicated by comments:

  • the directory you are scanning with find
  • the directory to which found files will be copied
  • your find command

Thanks to David A. Wheeler for providing the while loop on his website https://dwheeler.com/.