> The code uses compgen -d -f to generate a list of both files and > directories; I guess a change to use: > > compgen -d -S "/" ; compgen -f > > would fix this (in each command that uses paths)
Unfortunately, it doesn't. As far as I understand the bash manpage, "-o filenames" should do the trick - however, it doesn't work for me :-/ Cheers, Sebastian -- Sebastian "tokkee" Harl GnuPG-ID: 0x8501C7FC http://tokkee.org/
signature.asc
Description: Digital signature

