我正在运行此命令:
ack-grep "paypal_responded(?!_at)"
但我收到错误:
bash: !_at: event not found
我已经尝试在各个地方添加反斜杠,但我也是新来使用ack& linux,所以请把我当作一个新手,并附上任何指示.
提前致谢.
您需要单引号避免bash解释!作为历史扩展命令.