Path: utzoo!mnetor!uunet!steinmetz!davidsen From: davidsen@steinmetz.ge.com (William E. Davidsen Jr) Newsgroups: comp.unix.xenix Subject: Re: ls/lc SysV/BSD swap Message-ID: <10519@steinmetz.ge.com> Date: 21 Apr 88 16:48:59 GMT References: <20@libove.UUCP> Reply-To: davidsen@kbsvax.steinmetz.UUCP (William E. Davidsen Jr) Distribution: comp Organization: General Electric CRD, Schenectady, NY Lines: 12 In article <20@libove.UUCP> root@libove.UUCP (The Super User) writes: > >I want to modify my 'ls'(linked to l,ll,lf,la,lc,etc...) binary >(since SCO doesn't provide sources) so that 'ls' is columnar, and >'lc' is in one column only. ls() { /bin/ls -C $*; } lc() { /bin/ls -1 $*; } -- bill davidsen (wedu@ge-crd.arpa) {uunet | philabs | seismo}!steinmetz!crdos1!davidsen "Stupidity, like virtue, is its own reward" -me