Date: Sat, 05 Jun 1999 10:55:56 -0700 From: Kent Stewart <kstewart@3-cities.com> To: vagner@ginger.dhis.org Cc: questions@FreeBSD.ORG Subject: Re: bin file Message-ID: <375964AC.29C55B75@3-cities.com> References: <XFMail.990605102654.vagner@ginger.vagner.com>
next in thread | previous in thread | raw e-mail | index | archive | help
vagner@ginger.dhis.org wrote: > > ok i am stupid... i got a file that > ends in .bin.gz so i gunzip it now > it is a .bin file, how do i > make it back into the original files from here? What did you download? Are you sure it isn't a directory something like usr.bin from a distribution tree. Do an 'ls -laFo', which I have aliased as ll, and see if see something like drwxr-xr-x 209 root wheel - 3584 May 4 11:30 usr.bin/ In /usr/ports/net/dgd-lpmud/files, I have a file called Makefile.bin. It is a text file that I can list with more. When you download the bin files for an installation, you end up with bin.aa,bin.ab,...,bin.dx. They have to be concatenated together. The shell script install.sh does it by executing the following line cat bin.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} Since you weren't very specific, there are many answers that don't apply. Kent > > ---------------------------------- > Vetex > C/O L. Vagner > 3600 W. Mountain Drive > Flagstaff, AZ 86001 > Webpage: nadxa.com > E-Mail: vagner@ginger.vagner.com > Date: 05-Jun-99 > Time: 10:25:14 > > Windows Exception Error: noun: Meaning- > With the exception of a reboot anything > you do will fail to recover the system. > ---------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?375964AC.29C55B75>