Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!udel!gatech!howland.reston.ans.net!xlink.net!zib-berlin.de!news.tu-chemnitz.de!irz401!uriah.heep!bonnie.heep!not-for-mail From: j@bonnie.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: where is 'extract' Date: 10 Jul 1995 10:18:29 +0200 Organization: Private U**x site, Dresden. Lines: 19 Message-ID: <3tqnol$c1r@bonnie.tcd-dresden.de> References: <3tmv2m$3gg@uuneo.neosoft.com> Reply-To: joerg_wunsch@uriah.heep.sax.de NNTP-Posting-Host: 192.109.108.139 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Keywords: dist extract install Chris Origer <ctoriger@starbase.neosoft.com> wrote: >Hi, for the life of me I can't find extract. I found this info on the >netbsd 'extract' but none for freebsd. Or are these the same? Better yet, >is this what I need (to install some more stuff from the distribution)? sysinstall is supposed to do that job. Anyway, you can also do it `by hand': cd <wherever your dist files live> cat foodist.* | (cd /; tar xvzf -) ...will install foodist from the split files. If you've got a .tgz file, you can also de-tar it directly. -- cheers, J"org private: joerg_wunsch@uriah.heep.sax.de http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)