Tool 29: Convert a readable and editable file to a binary file
  
  Description:
   
  This tool does the reverse of tool 28.
  Editing a binary file is not easy with un-appropriate tools. Tool 28
  converts a binary file which can be edited by a text editor. Tool 29
  then recreates the binary file.
   
  Synonyms:
    hexedit
  Usage:
    netwox 29 -i file -o file
  Parameters:
 
  | parameter | description | example | 
 | -i|--src-file file | source filename | srcfile.txt | 
| -o|--dst-file file | destination filename | dstfile.txt | 
  Examples:
    netwox 29 -i "srcfile.txt" -o "dstfile.txt"
    netwox 29 --src-file "srcfile.txt" --dst-file "dstfile.txt"