How to Exclude Specific File Extension While Copying Files Recursively
As you might already know, ‘cp’ is the command line program in Linux to copy files and directories. The simple and most common use of ‘cp’ is as follows: $ cp file1 file2 file3… fileN