About: Hex dump   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

You can read a hex dump from a binary file into the current buffer. The following command inserts a hex dump of the file sample.bin after the line holding the cursor: :r !xxd sample.bin Lines similar to the following would be inserted into the buffer: 0000000: 0001 0203 3031 3233 0405 0607 4445 4647 ....0123....DEFG 0000010: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ You can read the xxd usage text into the current Vim buffer with: :r !xxd --help

AttributesValues
rdfs:label
  • Hex dump
rdfs:comment
  • You can read a hex dump from a binary file into the current buffer. The following command inserts a hex dump of the file sample.bin after the line holding the cursor: :r !xxd sample.bin Lines similar to the following would be inserted into the buffer: 0000000: 0001 0203 3031 3233 0405 0607 4445 4647 ....0123....DEFG 0000010: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ You can read the xxd usage text into the current Vim buffer with: :r !xxd --help
Version
  • 7(xsd:integer)
dbkwik:vim/property/wikiPageUsesTemplate
Previous
  • 1612(xsd:integer)
Subpage
  • /200901
Complexity
  • basic
Created
  • 2009(xsd:integer)
ID
  • 1613(xsd:integer)
NEXT
  • 1614(xsd:integer)
abstract
  • You can read a hex dump from a binary file into the current buffer. The following command inserts a hex dump of the file sample.bin after the line holding the cursor: :r !xxd sample.bin Lines similar to the following would be inserted into the buffer: 0000000: 0001 0203 3031 3233 0405 0607 4445 4647 ....0123....DEFG 0000010: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ The left column shows the offset of the first byte on each line. The middle column shows the bytes in hex, in groups of two (in the example, the first byte is hex 00, followed by hex 01, 02, 03, 30, 31 etc). The right column shows the printable text, if any (the last byte on the first line is hex 47 which is the ASCII code for "G"). You can read the xxd usage text into the current Vim buffer with: :r !xxd --help
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software