From d12718b8c46ad726fbb32e56b6beffd308eb1d88 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sun, 19 Nov 2017 08:09:37 -0500 Subject: [PATCH] `cp` edit Appended missing newline to end of `cp` cheatsheet. --- cheat/cheatsheets/cp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"}