Differences between version 2 and predecessor to the previous major change of xxd(1).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Thursday, July 25, 2002 8:47:24 pm | by WikiAdmin | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:51:24 pm | by perry | Revert |
@@ -292,20 +292,20 @@
file; in effect, the leading bytes are suppressed.''
% echo '010000: 41' | xxd -r -s -0x10000
-Use xxd as a filter within an editor such as __
vim(1)__
+Use xxd as a filter within an editor such as vim(1)
to hexdump a region marked between `a' and `z'.''
:'a,'z!xxd''
-Use xxd as a filter within an editor such as __
vim(1)__
+Use xxd as a filter within an editor such as vim(1)
to recover a binary hexdump marked between `a' and
`z'.''
:'a,'z!xxd -r''
-Use xxd as a filter within an editor such as __
vim(1)__
+Use xxd as a filter within an editor such as vim(1)
to recover one line of a hexdump. Move the cursor over the
line and type:''
!!xxd -r''