# Terminal Commands

### Using Python to pretty print JSON file in Linux

```bash
python3 -m json.tool watchlist.json
```

### Copy files over ssh

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

test
