如何批量提取文件的行数并把结果保存到一个文件里
答案:2 悬赏:0 手机版
解决时间 2021-02-15 04:48
- 提问者网友:低吟詩仙的傷
- 2021-02-14 17:46
如何批量提取文件的行数并把结果保存到一个文件里
最佳答案
- 五星知识达人网友:千夜
- 2021-02-14 18:48
实例文件: [root@s08 testdir]# cat file1abc1txt[root@s08 testdir]# cat file2abc2txt[root@s08 testdir]# cat file3abc3cdftxt[root@s08 testdir]# 过滤所需内容: -H 打印文件名 -n 打印行号 [root@s08 testdir]# grep -Hn 'txt' file* > result.txt 查看结果: [root@s08 testdir]# cat result.txtfile1:2:txtfile2:2:txtfile3:3:txt[root@s08 testdir]# 看一下,是否你所需的结果。
全部回答
- 1楼网友:忘川信使
- 2021-02-14 19:06
我。。知。。道
加。。我。。私。。聊
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯