Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash how to find all pdf file in subdir and copy

shopt -s globstar
mv **/*.pdf papers/
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #bash #find #pdf #file #subdir #copy
ADD COMMENT
Topic
Name
4+4 =