Whoami(en.wikipedia.org)1 points·by vvviolet·12 anni fa·1 commentsen.wikipedia.orgWhoamihttp://en.wikipedia.org/wiki/Whoami1 commentsPost comment[–]AdmiralAsshat·12 anni fareplyWe 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')}