shell script for copy

Thread Starter

Gerald27

Joined Apr 10, 2012
6
i trying to write a shell script using bash for copying of file in different directory with an option so it would look like
cp --option argument2 argument3 argument4
option would be the first argument $1
i would like to know how would i add the option
 
Top