[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: ls and pager



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