Browse Source

Merge pull request #154 from matjaz/patch-1

fixed typo
pull/86/merge
Joshua Levy 10 years ago
parent
commit
b9d9719968
  1. 2
      README.md

2
README.md

@ -382,7 +382,7 @@ A few examples of piecing together commands:
- `split `and `csplit`: splitting files
- `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`
- `sponge`: read all input before writing 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`)

Loading…
Cancel
Save