Help!
I'm trying to output any paragraph instance in a text file that a * occurs,
i've used the command cat filename.txt |grep -p '*'
but as * is a wildcard it throws out every paragraph in the file, and not just the ones that contain a *
Is there anyway of getting round this i.e by using a char code instead...?
TIA
MD