On Thu, 20 Feb 2014, Christos Zoulas wrote:
Modified Files: src/bin/ls: ls.1 ls.c ls.h print.c Log Message: Add -O (only leaf files) and -P (print full path), from tls@
Do any other ls implementations have such options? I like the idea of being able to run "ls -ROP1 ." instead of "find . type f -print", but I'd like the options to be compatible with other operating systems.
--apb (Alan Barrett)