编译并安装 GNU automake 1.15 后,每当我运行 automake 时都会出现此错误:
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/
at /usr/local/bin/automake line 3936
Run Code Online (Sandbox Code Playgroud)
我正在运行 perl v5.22.0。
这是我所做的
less -N file1 > file2
Run Code Online (Sandbox Code Playgroud)
我想要的是使用 line-numbers 选项将 file1 写入 file2 。
但我失败了。
有什么建议可以这样做吗?为什么我做不到?
谢谢。