From owner-freebsd-questions@FreeBSD.ORG Wed May 14 17:01:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 916881065673 for ; Wed, 14 May 2008 17:01:09 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.freebsd.org (Postfix) with ESMTP id 21EA58FC1B for ; Wed, 14 May 2008 17:01:08 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 10516 invoked by uid 0); 14 May 2008 17:01:05 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp7.knology.net with SMTP; 14 May 2008 17:01:05 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 6FBB228429; Wed, 14 May 2008 12:01:04 -0500 (CDT) Date: Wed, 14 May 2008 12:01:04 -0500 From: David Kelly To: Onkar Message-ID: <20080514170104.GB99087@Grumpy.DynDNS.org> References: <6933400d0805140856o715203d6ic5487c2c4021136a@mail.gmail.com> <20080514163159.GB45838@shepherd> <6933400d0805140938s66e752e7x3da6279b49205b91@mail.gmail.com> <20080514165605.GA99087@Grumpy.DynDNS.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080514165605.GA99087@Grumpy.DynDNS.org> User-Agent: Mutt/1.4.2.3i Cc: "freebsd-questions@freebsd.org" Subject: Re: download source code on Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 17:01:10 -0000 On Wed, May 14, 2008 at 11:56:06AM -0500, David Kelly wrote: > On Wed, May 14, 2008 at 10:08:08PM +0530, Onkar wrote: > > But I am finding no files with extension .c or .h > > [image: File:]generic.aa > > 1392 > [...] > > what are these ?? > > Tarballs. > > Grab ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/6.3-RELEASE/src/ > then to get the files out of, say, scontrib, do something like this: > > % cat scontrib.* | tar -xvzf - Chuck Swiger's post caused me to relook at mine. There are .inf files in the mix which will cause tar a bit of heartache above. This would be better: % cat scontrib.[ab]* | tar -xvzf - -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad.