文件名称:list
查找单词名称:test
操作命令:
(1)more list | grep -o test | wc -l
(2)cat list | grep -o test | wc -l
(3) grep -o test list | wc -l
文件名称:list
查找单词名称:test
操作命令:
(1)more list | grep -o test | wc -l
(2)cat list | grep -o test | wc -l
(3) grep -o test list | wc -l