Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2001 13:51:50 -0400
From:      Robert Hough <rch@acidpit.org>
To:        Chris Moline <ugly-daemon@home.com>
Cc:        chat@freebsd.org
Subject:   Re: System Tuning/Sysadmins
Message-ID:  <20010617135150.A84666@acidpit.org>
In-Reply-To: <20010617110702.A20700@h24-67-61-12.lb.shawcable.net>; from ugly-daemon@home.com on Sun, Jun 17, 2001 at 11:07:02 -0600
References:  <20010617063505.A29241@shell.monmouth.com> <20010617073505.B20171@h24-67-61-12.lb.shawcable.net> <20010617103922.A79022@acidpit.org> <20010617093905.A20349@h24-67-61-12.lb.shawcable.net> <20010617124444.A84138@acidpit.org> <20010617110702.A20700@h24-67-61-12.lb.shawcable.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 17, 2001, Chris Moline wrote:

> > It's amazing what you can do if a few simple utilities get lost:
> > 
> > #!/bin/sh
> > # a bad replacement for ls
> > for LS in `echo *`
> >  do
> >      if [ -d "$LS" ]; then
> > 	  echo "$LS/"
> >      else
> >           echo "$LS"
> >      fi
> >  done
>
> I begin to see now why you guys don't like gui tools.

Before anyone says anything, I know the `echo *` is not needed, I added
it for clarity.  Feel free to rail me on the rest though. :)

-- 
Robert Hough (rch@acidpit.org)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010617135150.A84666>