Date: Thu, 25 Feb 1999 10:58:05 +0100 (MET) From: Emmanuel DELOGET <pixel@DotCom.FR> To: sheldonh@iafrica.com (Sheldon Hearn) Cc: hackers@FreeBSD.ORG (FreeBSD Hackers Mail List), josh2@marvin.albury.net.au Subject: Re: structures Message-ID: <199902250958.JAA29214@excalibur.oceanis.net> In-Reply-To: <58698.919912704@axl.noc.iafrica.com> from Sheldon Hearn at "Feb 25, 1999 5:18:24 am"
next in thread | previous in thread | raw e-mail | index | archive | help
As the well known Sheldon Hearn said...
->Do this instead:
->
-> cd /usr/include; grep -aR 'struct[ ^V ]* ifreq' *
cd /usr/include; grep -n -R -E "struct[[:blank:]]*ifreq" *
would include both spaces and tabs, without having to deal with
this so simple SPACE-C-V-TAB key sequence :).
->
->net/if.h:struct ifreq {
->
--
____________________________________________________________________
Emmanuel DELOGET [pixel] pixel@{dotcom.fr,epita.fr} ---- DotCom SA
--------------------------------------------------------------------
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902250958.JAA29214>
