Useful commands
Terminal
exec $SHELLecho $SHLVLclearTiming
time <command>Prevent sleep
caffeinate -u -t <seconds>Generate MD5 and SHA1 hashes
Math utilities
Last updated
exec $SHELLecho $SHLVLcleartime <command>caffeinate -u -t <seconds>Last updated
md5 <file>shasum <file>bcecho <calculation> | bc
echo '5 * 8' | bc