目录
5. 实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器
8. 新建并写字符串123到文件1.txt,文件最后有换行符。
13. 在shell中使用find结合grep进行文件字符串的替换
42. sed -i "s/str1/str2/g" `grep str1 -rl .`
103.find / -type f -exec grep "hello" {} \; 2> /dev/null > result.txt
104.grep -R -Hn --color=auto "ib_portid_t" .
112. export CLR_DIR="$(readlink -f clr)"
118. 常用的 modprobe 命令