0、无记忆压力的grep工具
sudo apt-get install ripgrep
rg -i michael
更多使用教程
https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md
1、无记忆压力的find工具
sudo apt install fd-find
fdfind ilog.h
更多使用教程
https://github.com/sharkdp/fd
2、无记忆压力的压缩和解压工具ouch
解压
ouch decompress a.zip
ouch decompress summer_vacation.zip --dir pictures
压缩
ouch compress one.txt two.txt archive.zip
ouch compress one.txt two.txt archive.tar.gz
查看
ouch list archive.zip
# Example with tree formatting
ouch list source-code.zip --tree
3、更好的cat工具batcat
sudo apt install bat
batcat /etc/hosts