mirror of https://github.com/cheat/cheat.git
`cp` edit
Appended missing newline to end of `cp` cheatsheet.
This commit is contained in:
parent
900e083b99
commit
d12718b8c4
|
@ -8,4 +8,4 @@ cp -r ~/Desktop/cruise_pics/ ~/Pictures/
|
|||
cp -i ~/Desktop/foo.txt ~/Documents/foo.txt
|
||||
|
||||
# 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 New Issue