Re: using grep with both -l and -n
Mike Castle <[email protected]> Thu, 19 Feb 2004 19:04:50 -0800
| Newsgroups | gmane.linux.console |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 19, 2004 at 04:00:07PM -0800, Jeffrey Holle wrote:
> The reason I ask is I'm using grep to generate .gdbinit files. the
> syntax that -n emits is right on, except for the extra stuff that is
> normally suppressed by -l.
Would this work for you:
awk '{print $1}'
> The second question is there a way to defeat the default behavior of not
> including the filename when -n is used and only one file is included in
> the search? In this case, it prints just the lineno.
Add /dev/null to the list of files.
mrc
--
Mike Castle [email protected] www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
-
To unsubscribe from this list: send the line "unsubscribe linux-console" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html