NetBSD/bin/ls
christos 1d895808a5 Fix skipping of directories that begin with a '.' in -R mode.
It is not enough to avoid displaying the contents of the directory,
we need to set FTS_SKIP to avoid descending into any subdirs too.
Otherwise, if a ".foo" directory has a subdirectory "bar", ls will
descend into bar and display its contents. From Todd Miller
2020-07-07 14:29:06 +00:00
..
Makefile
cmp.c
extern.h
ls.1
ls.c Fix skipping of directories that begin with a '.' in -R mode. 2020-07-07 14:29:06 +00:00
ls.h
main.c
print.c
util.c