Advanced Shell History parsing error
I use this app to log my shell commands...ran a query against it today and got "FAILED TO FIND A FILE TO PARSE!" Skimming the code I determined it was looking for a file of queries. I had that file configured in my environment properly, as far as I can tell, but I copied it to a default search location and it started working again. Some issue with Flex I suspect.
TIL:
"When not performing substring expansion, using the form described below (e.g., ‘:-’), Bash tests for a parameter that is unset or null. Omitting the colon results in a test only for a parameter that is unset. Put another way, if the colon is included, the operator tests for both parameter’s existence and that its value is not null"
And I also remembered why I generally try to avoid shell programming.