📜  sed 将单词添加到行首 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:44.292000             🧑  作者: Mango

代码示例1
$ sed 's/^/#/' file.txt
#add
#character
#at the
#beginning of
#each line