Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to find files and copy them in terminal

find /home/shantanu/processed/ -name '*2011*.xml' -exec cp "{}" /home/shantanu/tosend  ;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #find #files #copy #terminal
ADD COMMENT
Topic
Name
9+4 =