Date: Thu, 26 Jun 2003 22:27:19 -0500 From: "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: "Joshua Oreman" <oremanj@www.get-linux.org> Cc: questions@freebsd.org Subject: Re: Obvious 'Doh!'? find vs. diff.... Message-ID: <006501c33c5c$061fc8f0$3f41d5cc@nitanjared> References: <001901c33c50$563d8b30$3f41d5cc@nitanjared> <20030627021729.GA32791@webserver.get-linux.org>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "Joshua Oreman" <oremanj@www.get-linux.org> To: "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz> Cc: <questions@freebsd.org> Sent: Thursday, June 26, 2003 9:17 PM Subject: Re: Obvious 'Doh!'? find vs. diff.... > Easy on the send button! Hmm, unique situation with my SMTP, didn't *say* it had left... AAMOF, it was still in the 'inbox'.... really do need to rid myself of this borken M$ mailer.... > > On Thu, Jun 26, 2003 at 09:03:41PM -0500 or thereabouts, Kevin Kinsey, DaleCo, S.P. wrote: > > <admin@ezra> [/usr/src] [19:57] > > #find / -name "GENERIC" -print > > /usr/src/sys/alpha/conf/GENERIC > > /usr/src/sys/i386/conf/GENERIC > > /usr/src/sys/i386/GENERIC > > /usr/src/sys/pc98/conf/GENERIC > > /usr/obj/usr/src/sys/GENERIC > > > > <admin@ezra> [/usr/src] [19:57] > > #diff /usr/obj/usr/src/sys/GENERIC /usr/src/sys/i386/GENERIC > > diff: /usr/obj/usr/src/sys/GENERIC/GENERIC: No such file or directory > > /usr/obj/usr/src/sys/GENERIC is probably a directory. > The `find' command you want is: > #find /usr/src /usr/obj -name GENERIC -type f -print > > `-type f' restricts it to files. > > -- Josh /me slaps forehead! Thx, KDK
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006501c33c5c$061fc8f0$3f41d5cc>