ls/lc SysV/BSD swap

William E. Davidsen Jr davidsen at steinmetz.ge.com
Fri Apr 22 02:48:59 AEST 1988


In article <20 at libove.UUCP> root at 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 at ge-crd.arpa)
  {uunet | philabs | seismo}!steinmetz!crdos1!davidsen
"Stupidity, like virtue, is its own reward" -me



More information about the Comp.unix.xenix mailing list