Linux下替代grep高效文本搜索工具

一、ackgit

yum install ack

 

二、aggithub

git clone https://github.com/ggreer/the_silver_searcher.git
yum install automake pkgconfig pcre-devel zlib-devel xz-devel
cd the_silver_searcher
./build.sh
sudo make install

 

三、fzf(模糊查找)ui

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
相關文章
相關標籤/搜索