Tool 26: Dump a file

Description:

  This tool dumps the content of a file.
  
  By using default encoding type (dump), its output has two main columns:
   - on left, data represented as hexadecimal
   - on right, data with unprintable characters converted to dots
  
  Other encoding types permit to obtain base64 (base64_wrap), mixed,
  etc.
   

Synonyms:

  hexadecimal, printable

Usage:

  netwox 26 -f file [-e encode]

Parameters:

parameter description example
-f|--src-file file source filename srcfile.txt
-e|--encode encode encoding type dump

Examples:

  netwox 26 -f "srcfile.txt"

  netwox 26 --src-file "srcfile.txt"