Skip to content

Repository for findcopy.sh, a bash script that copies files.

Notifications You must be signed in to change notification settings

kbs-code/findcopy.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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/.

About

Repository for findcopy.sh, a bash script that copies files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages