I have hundreds of directories which contain a number of pdf files. What command can I use to transfer the pdf files residing in these directories to some particular location?
Asked
Active
Viewed 17 times
0
-
Does this answer your question? [Move all files with a certain extension from multiple subdirectories into one directory](https://unix.stackexchange.com/q/67503) see also [Move pdfs...](https://unix.stackexchange.com/q/730215/) – don_crissti Jan 03 '23 at 00:44
-
Found the find command for my problem. – Vera Jan 03 '23 at 01:02