I have been trying to think of solutions for this but have not had much luck on my own.
I am trying to create a macro/routine that will filter out certain results from the system as we normally get flooded by them.
Is there a way to filter results that contain 512345 or any other numbers.
I have thought about maybe outputting the history results into a file and then making some sort of loop to read said file and try filter it out that way but i don't even know how to do that as I have no examples to work off of.
This is the current history command i'm trying to use.
History all,,substandard approval rate
Any ideas/help would be great;y appreciated
Thanks.
I very recently wrote a ?tacl routine to display commands which match a given string and allows you to choose one for re-execution; it's not well tested and also does not mimic FC, i.e. allow you to edit the command prior to running it.
My apologies for any bugs or awkwardness; My non-stop skills are a bit rusty.