download source code on Linux
David Kelly
dkelly at hiwaay.net
Wed May 14 17:01:10 UTC 2008
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<ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE/kernels/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 at HiWAAY.net
========================================================================
Whom computers would destroy, they must first drive mad.
More information about the freebsd-questions
mailing list