mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 08:58:14 +01:00
174 B
174 B
cp
Copies a file
- make a duplicate in the same directory
cp {{filename}} {{new_filename}}
- copy a file to a parent directory
cp {{filename}} /{{new_filename}}