首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
sed进行行首行末字段的追加
sed进行行首行末字段的追加
mac
2024-06-18
53
一行行首追加字符串
sed 's/^/string&/g' test.txt
一行行末追加字符串:
sed 's/$/string/g' test.txt
转载请注明原文地址: https://mac.8miu.com/read-493853.html
最新回复
(
0
)