01-12-2016, 01:25 PM
as epixoip said, you need to escape special symbols on your shell
this has nothing to do with oclHashcat
for instance -j $x won't work, because $x is seen as a variable by your operating system. escape it and you are fine
this has nothing to do with oclHashcat
for instance -j $x won't work, because $x is seen as a variable by your operating system. escape it and you are fine