> For the complete documentation index, see [llms.txt](https://gautamnaik1994.gitbook.io/snippets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gautamnaik1994.gitbook.io/snippets/terminal/terminal-commands.md).

# 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
