Joerg Schilling wrote:
> 
> Hi all,
> 
> it seems that does not behave as expected when called:
> 
> mkisofs -R -o xxx *
> 
> What behviour would you expect for this command line?
> 
> NOTE: I want to know what should happen to directories
> and non-directories on the command line.
> What should be the resulting names on the CD?
> 
> J�rg

This is ugly. I would expect the inclusion of all files and directory
trees together with xxx itself. If the command was mkisofs -R -o ../xxx
*, then I would expect all files and all directory trees with the first
level directory names removed and thier contents raised one level.

What I might want is the same response that I would get to
mkisofs -R -o ../xxx . , as this would preserve the names of all first
level
directories and retain all relative levels. However, this is not to be
expected
as the * should simply be replaced by the names of all files and
directories
in the current directory.

Dave


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to