ack を使用して (Haskell ファイルで) +|+ を検索しようとしています。
ack-grep: chars escapingを見まし たが、これは役に立ちません
Mac OS X 10.6 では、次の応答が得られます。
$ ack -Q +|+
-bash: +: command not found
Missing option after +
ack: See ack --help, ack --help-types or ack --man for options
$ ack \+\|\+
Unknown option: |
ack: See ack --help, ack --help-types or ack --man for options
$ ack [+][|][+]
-bash: ][+]: command not found
ack: Invalid regex '[+][':
Unmatched [ in regex; marked by <-- HERE in m/[+][ <-- HERE /
$ ack \Q+|+\E
-bash: +E: command not found
それは基本的に上記のQ&Aのすべての提案です