Project Description:
Good afternoon fillies and gentlecolts Kane here need a little work done in centos 6.2 in bash there are 6 scripts I need done im puting a test one here there is a good chance that the 1st person who does the script correctly will get the job for the rest of them so send me the test script asap.
Create a script called filtercopy that will copy all files in the current directory
(including subdirectories) which name includes a given keyword to the target
directory. The keyword and the target directory are given as parameters to this script.
Eg: filtercopy txt Documents/Textfiles/
will copy all files with a filename that includes txt to the directory
Documents/Textfiles/ If the exact amount of parameters is wrong, a message
is presented showing how to use this script. If the target directory does not exist, it will
be created.