sed:不是公认的功能

时间:2018-12-12 08:06:26

标签: bash unix sed

我想将昨天的日期另存为变量 并使用该变量,我想更改或另存为现有文本文件

这是我的代码:

yesterday=`TZ=KST+15;date +%Y/%m/%d`
sed -n "/$yesterday/,$p" /script/check/error.txt > /script/check/error2.txt

如果我运行此代码,则结果为

"sed: /2018/12/11/p is not a recognized function."

怎么了?我该如何解决?

0 个答案:

没有答案