CP Command Help
Greetings,
I could use some help in setting up a cp command to copy all .PM files in all the libraries on the system. Get them into one library/directory.
I have tried the following but it doesn't work. The below commands came from a set up to install a tar.gz file for Clamtk and I need to get all the *.PM files
mkdir -p /usr/share/perl5/ClamTk
cp lib/*.pm /usr/share/perl5/ClamTk
Any help will be appreciated. Thanks
Last edited by swamprat; 02-08-2017 at 01:03 AM.
|