05-15-2017, 08:01 PM
Of course you need to use maskprocessor correctly (depending on the shell you use).
E.g. if you use windows, you might need to quote differently, e.g. like this:
I'm not using windows or an other particularly strange terminal emulator, so I don't know what exact quoting syntax you need to use for command line arguments on your particular system (and furthermore I don't even have the info about which terminal/OS you use). This should be very obvious that you need to get the quotes correct
E.g. if you use windows, you might need to quote differently, e.g. like this:
Code:
mp64 "i5?d i6?d i7?d i8?d" > insert_numbers_after_6th_pos.rule
I'm not using windows or an other particularly strange terminal emulator, so I don't know what exact quoting syntax you need to use for command line arguments on your particular system (and furthermore I don't even have the info about which terminal/OS you use). This should be very obvious that you need to get the quotes correct