(apologies in advance; I'm a bit of a Unix noob)
I need to process some fairly large text files created on a Mac. It would save several steps if grep recognized a line ending in a carriage return instead of a linefeed, but I don't see anything in the man page to do it.
Is there some unix voodoo to pull this off?
I could tr the CRs to LFs, except tr appears to have a file size limitation.
mt
I need to process some fairly large text files created on a Mac. It would save several steps if grep recognized a line ending in a carriage return instead of a linefeed, but I don't see anything in the man page to do it.
Is there some unix voodoo to pull this off?
I could tr the CRs to LFs, except tr appears to have a file size limitation.
mt