Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文件,其中的行显示为:
1/富/酒吧/
2/富/酒吧/
3/富/酒吧/
我想接受两个输入,第一个与数字匹配。这个比较简单。然后,我想用第二个参数的输入替换“bar”。这可能吗?
这闻起来像家庭作业,但无论如何,如果您在 Linux (bash) 上,“sed”应该可以匹配一行并在该行中进行替换,否则通过不匹配的行不变。