Terminal Commands

Using Python to pretty print JSON file in Linux

python3 -m json.tool watchlist.json

Copy files over ssh

scp ubuntu@ip_address:/home/ubuntu/path /Users/some_path

Last updated