mirror of
https://github.com/cheat/cheat.git
synced 2024-11-14 08:01:09 +01:00
Add cheatsheet for cp backup file with date
This commit is contained in:
parent
cdf573a725
commit
aa4f6daf77
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ cp -r ~/Desktop/cruise_pics/ ~/Pictures/
|
|||
|
||||
# Create a copy but ask to overwrite if the destination file already exists
|
||||
cp -i ~/Desktop/foo.txt ~/Documents/foo.txt
|
||||
|
||||
# Create a backup file with date
|
||||
cp foo.txt{,."$(date +%Y%m%d-%H%M%S)"}
|
Loading…
Reference in a new issue