]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/strings/lsproc.c
Remove final traces of TMA support
[nmh] / docs / historical / mh-jun-1982 / strings / lsproc.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8 /*
9 * This is standard ls, but "folder -all -short" calls it with
10 * a -x switch meaning "list only directories".
11 *
12 * Also, its nice to have columnated output rather than a simple
13 * list... (personal prejudice).
14 */
15
16 char *lsproc = "/usr/ucb/ls";