【发布时间】:2021-03-27 15:21:56
【问题描述】:
我正在尝试将文件中的特定给定字母更改为大写,但我不知道该怎么做。该文件已存在,我想执行以下操作
cat merry.txt
I wish you a Merry Christmas
将 e 更改为 E,这样输出将是
cat merry.txt
I wish you a MErry Christmas
谢谢大家
【问题讨论】:
-
这应该可以解决问题:askubuntu.com/questions/20414/…
标签: linux shell ubuntu-20.04