]> diplodocus.org Git - nmh/blob - docs/historical/2.9BSD/strings/lsproc.c
Added start_test/finish_test to a bunch of tests.
[nmh] / docs / historical / 2.9BSD / strings / lsproc.c
1 /*
2 * This is standard ls, but "folder -all -short" calls it with
3 * a -x switch meaning "list only directories".
4 *
5 * Also, its nice to have columnated output rather than a simple
6 * list... (personal prejudice).
7 */
8
9 char *lsproc = "/bin/ls";