Whoami(en.wikipedia.org)1 points·by vvviolet·12 ปีที่แล้ว·1 commentsen.wikipedia.orgWhoamihttp://en.wikipedia.org/wiki/Whoami1 commentsPost comment[–]AdmiralAsshat·12 ปีที่แล้วreplyWe 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')}