mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-25 02:16:28 +08:00
Merge pull request #104 from xaionaro/master
Added "pv" to "Obscure but useful"
This commit is contained in:
commit
876e6119b9
1 changed files with 2 additions and 0 deletions
|
@ -363,6 +363,8 @@ A few examples of piecing together commands:
|
|||
|
||||
- `comm`: compare sorted files line by line
|
||||
|
||||
- `pv`: monitor the progress of data through a pipe
|
||||
|
||||
- `hd` and `bvi`: dump or edit binary files
|
||||
|
||||
- `strings`: extract text from binary files
|
||||
|
|
Loading…
Reference in a new issue