On Fri, 11 Dec 2015, Steve Dum wrote: > Here is something that might get you what you want > Say you want to list all directories under directory foo > find foo -type d
Yet, 'ls -d */' is simpler still for listing all directories in the current directory. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
