小编ISl*_*ani的帖子

automake 错误:不推荐使用正则表达式中未转义的左大括号

编译并安装 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。

perl automake autotools

5
推荐指数
1
解决办法
2万
查看次数

将 less 实用程序的输出重定向到文件

这是我所做的

less -N file1 > file2
Run Code Online (Sandbox Code Playgroud)

我想要的是使用 line-numbers 选项将 file1 写入 file2 。

但我失败了。

有什么建议可以这样做吗?为什么我做不到?

谢谢。

command-line less bash terminal

1
推荐指数
1
解决办法
1232
查看次数

标签 统计

automake ×1

autotools ×1

bash ×1

command-line ×1

less ×1

perl ×1

terminal ×1