On Mon, 25 Jun 2018, John Meissen wrote:
I generally take the easy way and just do ls -l | grep drwYou could do find . -type d -maxdepth 1 Or if you want it sorted, find . -type d -maxdepth 1 | sort Each has it's own quirks.
Thanks, John. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
