mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 04:26:30 +08:00
Fix typos in Obscure but useful section
This commit is contained in:
parent
b3641eea15
commit
b35362a13e
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue