English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux gitview command is used to view the content of files, it will display the hexadecimal and ASCII codes at the same time.
gitview [-bchilv][File]
Parameters:
View the file in color mode using the gitview command/home/ rootlocal/To view the content of "demo.txt", enter the following command:
$ gitview -c /home/rootlocal/demo.txt # View the content of the specified file using the gitview command