Skip to content

Commit 704d500

Browse files
authored
Merge pull request #470 from MintCN/master
remove one redundancy line
2 parents 60d29af + 2e85152 commit 704d500

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
268268

269269
- The standard tools for patching source code are `diff` and `patch`. See also `diffstat` for summary statistics of a diff and `sdiff` for a side-by-side diff. Note `diff -r` works for entire directories. Use `diff -r tree1 tree2 | diffstat` for a summary of changes. Use `vimdiff` to compare and edit files.
270270

271-
- For binary files, use `hd`, `hexdump` or `xxd` for simple hex dumps and `bvi` or `biew` for binary editing.
271+
- For binary files, use `hd`, `hexdump` or `xxd` for simple hex dumps and `bvi`, `hexedit` or `biew` for binary editing.
272272

273273
- Also for binary files, `strings` (plus `grep`, etc.) lets you find bits of text.
274274

@@ -452,8 +452,6 @@ A few examples of piecing together commands:
452452

453453
- `pv`: monitor the progress of data through a pipe
454454

455-
- `hd`, `hexdump`, `xxd`, `biew` and `bvi`: dump or edit binary files
456-
457455
- `strings`: extract text from binary files
458456

459457
- `tr`: character translation or manipulation

0 commit comments

Comments
 (0)