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.
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.