Linux/Parsing

From Wiki
< Linux
Revision as of 22:16, 16 November 2012 by Marcluer (talk | contribs)
  • sed + control characters
sed 's/\x00/controlcharwashere/g'


sed -n '/Iowa/,/Montana/p'


  • show as hex
od -t x1 -An