From: gnuist006@gmail.com
To: help-gnu-emacs@gnu.org
Subject: How to find lines not matching a certain pattern - ie grep -v
Date: Sun, 22 Feb 2015 10:11:40 -0800 (PST) [thread overview]
Message-ID: <6a41f4ac-f7e7-49f1-a593-501d82d4c733@googlegroups.com> (raw)
Hi All,
Once in a while I have to do something to lines that do not have a certain string or set of strings in them. I know how to find lines with a string. I also know how to find lines with a set of strings, ie by using the regexp
string1\|string2\| ....
But I dont know how to find strings that do not have the string or strings.
For the moment, I have been doing this in bash using grep -v. I assume that this is also doable in awk and possibly sed. But I dont know how to do this in a direct manner in emacs.
One indirect method in emacs would be to search for the lines with the strings and label/mark them with # in the beginning.
Next, label/mark all the lines with @ in the beginning.
Next, replace all the @#'s in the beginning with # or even nothing, ie ""
Now, you can search for all the lines with @ in the beginning and do whatever to them.
I assume that this is such a common operation that there would be something cleaner and better for this in emacs already.
Cheers
Bolega
next reply other threads:[~2015-02-22 18:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-22 18:11 gnuist006 [this message]
2015-02-22 20:40 ` How to find lines not matching a certain pattern - ie grep -v Dan Espen
2015-02-22 22:01 ` ltolenaar
2015-02-25 1:29 ` Robert Thorpe
2015-02-22 20:55 ` Drew Adams
2015-02-23 3:23 ` Barry Margolin
2015-02-23 4:20 ` Michael Heerdegen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6a41f4ac-f7e7-49f1-a593-501d82d4c733@googlegroups.com \
--to=gnuist006@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).