"cp"

Written by Pantas Manik on 1:27 PM

This 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.

Related Posts by Categories



Widget by Hoctro | Jack Book
  1. 0 comments: Responses to “ "cp" ”