1 comment

[ 0.16 ms ] story [ 9.4 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')}