mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-26 01:56:31 +08:00
Fix language re sponge
This commit is contained in:
parent
1262a25e9a
commit
d285213f08
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ A few examples of piecing together commands:
|
||||||
|
|
||||||
- `split `and `csplit`: splitting files
|
- `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`)
|
- `sponge`: read all input before wriring it, useful for reading from then writing to the same file, e.g., `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`)
|
- `units`: unit conversions and calculations; converts furlongs per fortnight to twips per blink (see also `/usr/share/units/definitions.units`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue