Arul, Shankari Swetaambari wrote:
The grep expression grep -Pv ":\n"
Grep matches lines one at a time, so the Perl regular expression "\n" can never match anything.
Arul, Shankari Swetaambari wrote:
The grep expression grep -Pv ":\n"
Grep matches lines one at a time, so the Perl regular expression "\n" can never match anything.