skaembutils
Software
www.skarnet.org
The minls program
minls lists files in a directory.
Interface
minls [ -A ] [ -x exclude ] dir
- minls prints the basename of every file in dir,
separated by newlines. It does not sort filenames.
- It exits 100 on a misuse and 111 on a temporary error.
Options
- -A : include . and .. in the listing.
- -x exclude : if there is a file named exclude
in the listing, do not print it.