Hi there,
After running a c program, giving it some input on the command line (the program simulates a pushdown automata), I get the following response:
bash: A: unrecognized history modifier
I have googled, but I can't find an explanation as to what this means exactly. My program works with other test input, so I assume it's something to do with the input rather than my program (lol).
Cheers in advance
Joe