[–] AdmiralAsshat 11y ago ↗ We use this at my job all the time to make backup files with timestamps.A typical script might contain something like:cp file{,.$(whoami).$(date '+%m%d%y')}
1 comment
[ 0.16 ms ] story [ 9.4 ms ] threadA typical script might contain something like:
cp file{,.$(whoami).$(date '+%m%d%y')}