📜  ubuntu 搜索使用的命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:41.535000             🧑  作者: Mango

代码示例1
> grep "the_search" ~/.bash_history

--Don't forget the -i flag if you need case insensitive search.