linux C Acknegative lookahead给出错误
发布时间:2023-12-13 18:19:59 所属栏目:Linux 来源:DaWei
导读: 我有一个问题,使用ack-grep与负面的展望.
我正在运行此命令:
ack-grep "paypal_responded(?!_at)"
但我收到错误:
bash: !_at: event not found
我已经尝试在各个地方添
我正在运行此命令:
ack-grep "paypal_responded(?!_at)"
但我收到错误:
bash: !_at: event not found
我已经尝试在各个地方添
我有一个问题,使用ack-grep与负面的展望. 我正在运行此命令: ack-grep "paypal_responded(?!_at)"但我收到错误: bash: !_at: event not found我已经尝试在各个地方添加反斜杠,但我也是新来使用ack& linux,所以请把我当作一个新手,并附上任何指示. 提前致谢. 解决方法 尝试ack-grep’paypal_responded(?!_ at)’您需要单引号避免bash解释!作为历史扩展命令. (编辑:哈尔滨站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- linux-device-driver – add_disk()在insmod上挂起
- 使用云形成在linux-Ec2实例中自动挂载ebs卷?
- Device eth0 does not seem to be present, delaying initi
- 需要将命令行(Linux)CURL转换为带有请求数据有效负载(“-d”
- osx – 如何从一开始就跟踪程序,而不以root身份运行
- linux – 是否可以在docker容器中安装ISO?
- linux – 在ADA中打开文件的分段错误
- 在Linux环境下搭建Web服务器的最佳实践
- linux – 使用ZeroMQ的反向PUB / SUB问题
- linux – bash – 从中运行脚本的get目录
推荐文章
站长推荐