1 comment

[ 3.0 ms ] story [ 14.5 ms ] thread
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')}