Helpful Command Cheet Sheet These are commands that I forget regularly and need to look up. Format JSON output as pretty cat boring.json | python3 -m json.tool > pretty.json Remove blank line from a file cat 20210614.raw |awk 'NF' Convert DOS to UNIX Text Formatting tr -d '\r' < a.txt > b.txt