Add sponge

#60
pull/60/merge
Joshua Levy 2015-07-03 01:13:06 -07:00
parent 2a68e1aab5
commit 1262a25e9a
1 changed files with 2 additions and 0 deletions

View File

@ -379,6 +379,8 @@ A few examples of piecing together commands:
- `split `and `csplit`: splitting files
- `sponge`: read all input to memory before wriring it, useful for reading from then writing to the same file (for example, `grep -v something some-file | sponge some-file`)
- `units`: unit conversions and calculations; converts furlongs per fortnight to twips per blink (see also `/usr/share/units/definitions.units`)
- `7z`: high-ratio file compression