`cp` edit

Appended missing newline to end of `cp` cheatsheet.
This commit is contained in:
Chris Lane 2017-11-19 08:09:37 -05:00
parent 900e083b99
commit d12718b8c4
1 changed files with 1 additions and 1 deletions

View File

@ -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)"}