项目作者: mak12776

项目描述 :
Byte Options
高级语言: C
项目地址: git://github.com/mak12776/Bytion.git
创建时间: 2017-04-24T20:13:45Z
项目社区:https://github.com/mak12776/Bytion

开源协议:Do What The F*ck You Want To Public License

下载


Bytion

a byte option program

bytion -help

  1. Usage: ./bytion [Option] file [file1] [file2] [file3] ...
  2. Options:
  3. -help show this help and exit
  4. -n [number], -column-number [number] specify number of output columns
  5. -m [mode], -mode [mode] specify modes for output results
  6. modes can be a string of letters
  7. -nm, -no-mode restore to default mode
  8. -d, -display read files and write them on stdout
  9. -ds, -display-strings read files and write only strings on stdout
  10. -dm, -dump dump file byte into stdout
  11. -f [pattern], -find [pattern] find pattern in files (under construction)
  12. -v, -version show version & creator
  13. Modes:
  14. for display: default mode: nothing
  15. c colorful.
  16. l show ascii letters.
  17. d show bytes in decimal.
  18. for dump: default mode: nothing
  19. c colorful.
  20. s print space instead of dot

license

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE