mun*_*ish 7 bash sed text-processing
sed 's/.\(.*\)/\1/' myfile
说 myfile 包含:
我只想从第一行中删除第一个字符,但上面将它从所有行中删除。
ДМИ*_*КОВ 12
也许sed '1s/.\(.*\)/\1/' myfile?
sed '1s/.\(.*\)/\1/' myfile
归档时间:
14 年,2 月 前
查看次数:
2666 次
最近记录:
14 年 前