-
Notifications
You must be signed in to change notification settings - Fork 3
Fiend Folio
Hubert Tournier edited this page Jul 14, 2021
·
4 revisions
This place lists some interesting non standard Unix commands.
| Command | Short description | man | source | Comments |
|---|---|---|---|---|
| agrep | approximate Pattern Matching GREP | man | src | |
| cowsay | a configurable speaking/thinking cow | wikipedia | src | a classical fortune(6) companion |
| FIGlet | a program for making large letters out of ordinary text | man | src | banner(6) on steroids! There's already a good Python implementation: pyfiglet |
| netcat | a simple Unix utility which reads and writes data across network connections | man | src | |
| par | a paragraph reformatter, vaguely similar to fmt, but better | man | src | |
| tree | a recursive directory listing command that produces a depth indented listing of files | man | Probably level 10 |