"cp"
Written by Pantas Manik on 1:27 PMThis command used to copy files or directories.
% cp test test.2
This makes a copy of the file test.
% cp ~/pantas/manik .
This copies the file manik in the directory pantas to the current directory. The symbol "." stands for the current directory. The symbol "~" stands for the home directory.
0 comments: Responses to “ "cp" ”