Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!pyrdc!gmu90x!dolqci!vrdxhq!umd5!gsmith From: gsmith@umd5.umd.edu (Gordon H. Smith) Newsgroups: comp.sys.amiga Subject: Shell 2.07m Message-ID: <2023@umd5.umd.edu> Date: Fri, 6-Nov-87 13:26:23 EST Article-I.D.: umd5.2023 Posted: Fri Nov 6 13:26:23 1987 Date-Received: Mon, 9-Nov-87 06:48:26 EST Reply-To: gsmith@umd5 (Gordon H. Smith) Organization: University of Maryland, College Park Lines: 13 Keywords: shell Summary: fix to dir 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))