Most of these I already knew but I couple I didn't.
This one to get UTC time quickly
date -u
is handy for server logs.
This one for uuid's
uuidgen | tr '[:upper:]' '[:lower:]' | pbcopy
is good for writing tests.
Hi, I'm Harrison. I currently work at me&u as a software engineer. I enjoy golfing, gaming, travel and playing with my dog Spud.
Most of these I already knew but I couple I didn't.
This one to get UTC time quickly
date -u
is handy for server logs.
This one for uuid's
uuidgen | tr '[:upper:]' '[:lower:]' | pbcopy
is good for writing tests.