Skip to content

Instantly share code, notes, and snippets.

@jtr109
Last active November 8, 2017 01:14
Show Gist options
  • Save jtr109/cf8901434da71363e997cf611e38a3ed to your computer and use it in GitHub Desktop.
Save jtr109/cf8901434da71363e997cf611e38a3ed to your computer and use it in GitHub Desktop.
Bash Cheatsheet
#!/bin/bash
# Copy a file with time as tail.
# Reference: https://i.linuxtoy.org/docs/guide/ch15s05.html
sudo cp $1 $1_`date +%y%m%d_%H:%M:%S`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment