linux查找某个文件中单词出现的次数详解程序员

文件名称: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

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/tech/aiops/1688.html

(0)
上一篇 2021年7月15日 23:15
下一篇 2021年7月15日 23:15

相关推荐

发表回复

登录后才能评论

WordPress 数据库错误: [Duplicate entry '81-7bc5f87d83893fa5db53603967a72d35' for key 'task_id_source_url_key']
insert into wp_autoblog_queue(task_id,source_url,source_url_key,create_date_time,not_check_stoped,post_interval) values(81,'http://www.52im.net/forum.php?mod=collection&action=view&ctid=16&page=3','7bc5f87d83893fa5db53603967a72d35',1735263487,0,0)