1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2025-01-06 03:04:00 +02:00
Adam Monsen 2015-06-26 22:42:18 -07:00
parent d0ac755710
commit 5634d55509

View File

@ -216,6 +216,11 @@ Notes:
- Use `zless`, `zmore`, `zcat`, and `zgrep` to operate on compressed files.
- Use `trickle` to simulate slow bandwidth. Here's how to run firefox, limiting up/down network traffic to 100 KB/s:
```sh
trickle -s -u 100 -d 100 firefox
```
## System debugging