On Sat, 28 Nov 2015, John Jason Jordan wrote: > Suggestions?
John, 'ls -d */' lists all directories under the current directory. You can then pipe the output to lpr and send the output to the printer of your choice using the -P option to lpr. Example: ls -d */ | lpr HTH, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
