小编Reg*_*tos的帖子

4
推荐指数
2
解决办法
3050
查看次数

使用 Linux shell 的文件中的单词数

如何使用 Linux shell 查找文件的多个单词?

我有

text
example

text
example

text
example

text
example
Run Code Online (Sandbox Code Playgroud)

我需要

text
example1

text
Example2

text
example3

text
example4
Run Code Online (Sandbox Code Playgroud)

也就是先定位词,再定位数字。

text-processing

0
推荐指数
1
解决办法
161
查看次数

标签 统计

text-processing ×2

sed ×1