This is normal? I tried (long story ... it all started with a bad quote on something else) with bash, dash and ksh. In all cases, I get:
$ echo [:print:][:blank:] [:print:][:blank:] $ touch in $ echo [:print:][:blank:] in
I thought this had something to do with 'in', which is a substring of 'print', but (say) 'pr' does not do this:
$ rm in; touch pr $ echo [:print:][:blank:] [:print:][:blank:]
In addition, removing the "empty" gets rid of this:
$ touch in; echo [:print:] [:print:]
I am completely lost. Thanks in advance for your help!
source share