From d285213f08cb732997af5014a228bbad296a26e0 Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Fri, 3 Jul 2015 01:15:18 -0700 Subject: [PATCH] Fix language re sponge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f82761..ea6b753 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ 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`) +- `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`)