*BSD News Article 48281


Return to BSD News archive

#! rnews 1666 sserve.cc.adfa.oz.au
Path: sserve!euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!usenet.eel.ufl.edu!spool.mu.edu!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: How to open files like *.AA *.AB?
Date: 2 Aug 1995 17:25:19 +0200
Organization: Private U**x site, Dresden.
Lines: 23
Message-ID: <3vo5cv$stj@bonnie.tcd-dresden.de>
References: <3vkpd9$lqd@lmfpub.lmf.ericsson.se>
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

Matti Maula <Matti.Maula@lmf.ericsson.se> wrote:

>BUT how to put together and open files in those directories?
>They end *.AA, *.AB...

They are files resulting from split(1).  Simply cat them together:

cd /; cat /cdrom/dists/foodist/foo.* | tar -xvzf -

>What does this 00_trans.tbl mean?

This is the table that's describing the filename mapping between the
iso9660 file names (dosish 8+3) and the `Posix' file names.  If the
system where the CD is mounted understands the ``Rock Ridge''
extension (like FreeBSD does), you don't need to care about these
files, since you're already looking at the translated names after the
CD has been mounted (unless you're explicitly requesting to mount it
without RR extensions).
-- 
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. ;-)