I have this line which an application parses, how can I
tell it not look for files with the word test in them instead of what's below. I tried *^test.pgp$ and it didn't work
thanks much
Without some PCRE regex like (?=test.pgp$) or alike, which is not much supported by sed, it aint really possible afik. if you use sed, simply put /test.pgp$/d on another -e
. Mac for productivity
.. Linux for developement
... Windows for solitaire
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.