Skip to content

Instantly share code, notes, and snippets.

@sblendorio
Created January 12, 2019 10:57
Show Gist options
  • Save sblendorio/fb59480fff0ae18c854a98ef21ccc9e5 to your computer and use it in GitHub Desktop.
Save sblendorio/fb59480fff0ae18c854a98ef21ccc9e5 to your computer and use it in GitHub Desktop.
alias bytes='od -t dC|sed -E '\''s/-/ -/g'\''|sed -E '\''s/ +$//'\'' | sed -E '\''s/ +/, /g'\''| cut -c10-|sed -E '\''s/(.)$/\1,/'\'''
cat file | bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment