[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: ls and pager
- To: Iftach Hyams <paraduma(at-nospam)elbit.co.il>
- Subject: RE: ls and pager
- From: mulix <mulix(at-nospam)actcom.co.il>
- Date: Sun, 16 Sep 2001 10:46:48 +0300 (IDT)
- Cc: "'Gavrie Philipson'" <gavrie+linux-il(at-nospam)netmor.com>, <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <E362644C9B65D5118D8000508BEECB2A0376F2@MAIL3>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Sun, 16 Sep 2001, Iftach Hyams wrote:
> c. It may cause problems when using ls inside a script (and don't excpect
> that any script will add "ls --color=never").
any script worth its while will be doing '/bin/ls' and not 'ls', or even
better,
LS=/bin/ls
..
$(LS)
--
mulix
http://www.advogato.com/person/mulix
http://www.sf.net/projects/syscalltrack
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il