]> diplodocus.org Git - nmh/blob - docs/historical/mh-nov-1983/strings/lsproc.c
Removed --depth 1 from git clone invocation.
[nmh] / docs / historical / mh-nov-1983 / 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 = "/usr/ucb/ls";