Whoami(en.wikipedia.org)1 points·by vvviolet·12 lat temu·1 commentsen.wikipedia.orgWhoamihttp://en.wikipedia.org/wiki/Whoami1 commentsPost comment[–]AdmiralAsshat·12 lat temureplyWe 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')}
A typical script might contain something like:
cp file{,.$(whoami).$(date '+%m%d%y')}