mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
cp
edit
Appended missing newline to end of `cp` cheatsheet.
This commit is contained in:
parent
900e083b99
commit
d12718b8c4
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ cp -r ~/Desktop/cruise_pics/ ~/Pictures/
|
||||||
cp -i ~/Desktop/foo.txt ~/Documents/foo.txt
|
cp -i ~/Desktop/foo.txt ~/Documents/foo.txt
|
||||||
|
|
||||||
# Create a backup file with date
|
# Create a backup file with date
|
||||||
cp foo.txt{,."$(date +%Y%m%d-%H%M%S)"}
|
cp foo.txt{,."$(date +%Y%m%d-%H%M%S)"}
|
||||||
|
|
Loading…
Reference in a new issue