Hello,
I am not sure the best way to accomplish the following, via Rules or Format?. I am also new to anything beyond the basic features of bc. I want the following and be able to recall the settings in a later session.
'^#|^# '[:alpha:] <-- so a '#' followed by a character or a '#' followed by a SPACE or TAB and then a character at the begging of a line should be ignored. NOT the line but the characters. Everything until the EOL or another '#' are to be compared.
Example:
'# ABC 12345# anything else' only the underlined text should be compared, 'ABC 12345'.
Any hints or recommendations?
Thanks in advance
I am not sure the best way to accomplish the following, via Rules or Format?. I am also new to anything beyond the basic features of bc. I want the following and be able to recall the settings in a later session.
'^#|^# '[:alpha:] <-- so a '#' followed by a character or a '#' followed by a SPACE or TAB and then a character at the begging of a line should be ignored. NOT the line but the characters. Everything until the EOL or another '#' are to be compared.
Example:
'# ABC 12345# anything else' only the underlined text should be compared, 'ABC 12345'.
Any hints or recommendations?
Thanks in advance
Comment