diff --git a/cheat/cheatsheets/cp b/cheat/cheatsheets/cp index 5e84c64..7003e2c 100644 --- a/cheat/cheatsheets/cp +++ b/cheat/cheatsheets/cp @@ -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)"} \ No newline at end of file +cp foo.txt{,."$(date +%Y%m%d-%H%M%S)"}