mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02: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}}