linux grep less字符高亮配置


linux grep less字符高亮配置
 
引用
 
打开~/.bash_profile文件并在最下面添加下面代码
 
Java代码  
GREP_COLOR=32  
  
export GREP_COLOR  
export PATH  
  
alias grep='grep --color=always'  
alias less='less -r'  
 

相关内容

    暂无相关文章