開心生活站

位置:首頁 > IT科技 > 

linux,gitview命令詳解

IT科技2.62W

1、語法:

gitview [-bchilv][文件

2、參數:

-b  單色模式,不使用ANSI控制碼顯示彩色。

-c  彩色模式,使用ANSI控制碼顯示色彩。 

-h  在線幫助。 

-i  顯示存放gitview程序的所在位置。 

-l  不使用先前的顯示字符。 

-v  顯示版本信息。

實例:

使用指令gitview以彩色模式觀看文件”/home/ rootlocal/demo.txt”中的內容,

輸入命令:$ gitview -c /home/rootlocal/demo

linux gitview命令詳解

標籤:linux 命令 gitview