sed -e 's/-[01]//'

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/01 01:31:15

sed -e 's/-[01]//'

将第一个 -0 或者 -1 删除掉.
-e 是说 "add the script to the commands to be executed"
在这里没有什么用处,希望对你友帮助.