gsmith@umd5.umd.edu (Gordon H. Smith) (11/06/87)
If you would rather have the 'dir' list short instead of detailed, here
is a small fix.
File: Comm1.c
routinue do_dir()
old: options = get_opt("sfd",&i);
new: options = get_opt("lfd",&i)^1;
Then recompile and relink.
now 'dir -l' will be the same as 'dir' was before, and
'dir' will be the same as 'dir -s' was before.
-Gordon
(no thanks.....just money....(that was a joke))