From b35362a13eeebf3bb0feb3c49e5a90a8470e7047 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 11 Jul 2015 19:58:43 +0200 Subject: [PATCH] Fix typos in Obscure but useful section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d06371..88141a4 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ A few examples of piecing together commands: - `look`: find English words (or lines in a file) beginning with a string -- `cut `and `paste` and `join`: data manipulation +- `cut` and `paste` and `join`: data manipulation - `fmt`: format text paragraphs @@ -380,7 +380,7 @@ A few examples of piecing together commands: - `iconv` or `uconv`: conversion for text encodings -- `split `and `csplit`: splitting files +- `split` and `csplit`: splitting files - `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` @@ -436,7 +436,7 @@ A few examples of piecing together commands: - `lsb_release`: Linux distribution info -- `lsblk`: List block devices: a tree view of your disks and disk paritions +- `lsblk`: list block devices: a tree view of your disks and disk paritions - `lshw`, `lscpu`, `lspci`, `lsusb`, `dmidecode`: hardware information, including CPU, BIOS, RAID, graphics, devices, etc.