eliben / pss

pss is a power-tool for searching inside source code files.
Other
327 stars 46 forks source link

pattern "->" seems to cause an issue #28

Closed assaf758 closed 10 years ago

assaf758 commented 10 years ago

$ pss "->" Usage: pss [options] [files]

pss: error: no such option: ->

eliben commented 10 years ago

You have to escape things that the shell may interpret. "\->" will work here.