1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2025-01-06 03:04:00 +02:00

Merge pull request #192 from zackp30/links

Link to a few projects.
This commit is contained in:
Joshua Levy 2015-07-12 19:35:17 -07:00
commit 5080003675

View File

@ -345,7 +345,7 @@ A few examples of piecing together commands:
- `factor`: factor integers
- `gpg`: encrypt and sign files
- [`gpg`](https://gnupg.org/): encrypt and sign files
- `toe`: table of terminfo entries
@ -353,7 +353,7 @@ A few examples of piecing together commands:
- `socat`: socket relay and tcp port forwarder (similar to `netcat`)
- `slurm`: network trafic visualization
- [`slurm`](https://github.com/mattthias/slurm): network trafic visualization
- `dd`: moving data between files or devices