On 3/4/06, Karl Cunningham <[EMAIL PROTECTED]> wrote: > find . -maxdepth 1 -type d | sed -e 's/^\.\/*//
When I run that find command it gives me a list of directories with dot-slash before the names, and your sed command strips out directories that have dot-slashes in them. -todd -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
