For example if a user types "a | b", do they want to run process a and pipe it into b, or are they trying to bitwise or variables a and b?
https://xon.sh/tutorial.html#python-mode-vs-subprocess-mode
For example if a user types "a | b", do they want to run process a and pipe it into b, or are they trying to bitwise or variables a and b?