Latest web development tutorials

Linux gitview command

Linux command Daquan Linux command Daquan

Linux gitview command is used to view the contents of a file, it will also display hexadecimal and ASCII format word.

grammar

gitview [-bchilv][文件]

Parameters:

  • -b monochrome mode, do not use the ANSI control codes to display color.
  • -c color mode, the display color using ANSI control codes.
  • -h online help.
  • -i display storage location gitview program.
  • -l do not use the previous display characters.
  • -v Displays version information.

Examples

Color mode using the command gitview to view the file "/ home / rootlocal / demo.txt" in the content, enter the following command:

$ gitview -c /home/rootlocal/demo.txt      #使用gitview指令观看指定文件内容

Linux command Daquan Linux command Daquan