Quote:
Originally posted by some_idiot
Regardless if it's telnet, any type of shell.
cp -R /dir1 /dir2
-R = recurse the directory
A simple cp /dir1 to /dir2 will complain about it being a directory.
|
For more copy commands check the man files out at
man cp