Advertisement
v1ral_ITS

cp all instances of any file extension type

Jun 30th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. ######################################################################
  2. # USING ZSH TO EASILY FIND AND COPY OR MOVE ALL FILE EXTENSION TYPES #
  3. ######################################################################
  4. cp **/*.mp3 target_directory
  5.  
  6.  
  7.  
  8.  
  9. # DONE ITS THAT EASY
  10. echo "Finished!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement