The 'cp' command is a primitive command; there isn't anything really in the shell to accomplish this. You could use other commands for 'cp' (such as 'cat') but those are also primitive commands.
That's what cp(1) program is good for: cp this that "something else" /dir/to/
why not use the cp command to copy multiple files, i.e. cp file1 file2 file3 dir Rick
The cp command does that.
Do man cp from shell $ man cp
Unix command for copyunixhelp.ed.ac.uk/CGI/man-cgi?cp
cp.
yes. the syntax for this command is: cp -options /path/to/fileyouwantcopied /path/to/destination/
It is a cheating program a lot like cp trainer, but much more effective.
You can use cp command to make a copy of a file. cp <file 1> <file 2> If you want to make a copy of the entire directory then use the recursive option cp -r <dir 1> <dir 2>
It is not a command. It is an option for a command. Depending on the command it can modify the actions taken.For cp, mv and rm it makes the command interactive (are you sure). For ls it shows the inodes of files.
The CP Trainer is a hacking program for cp, but I wouldn't use it cause Club penguin have got a Hack trapper program and they will ban you instantly.
in terminal it is : #cp file_a file_b