Re: Wierd script treatment of asterisk in a line

2006-09-02 Thread José Alburquerque
Ben Breslauer wrote: Quoting the echo should do it: --script.sh--- !/bin/bash while read LINE; do echo "$LINE" done -- --Ben That simple? Sorry I asked! :-) -- Sincerely Jose Alburquerque -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Wierd script treatment of asterisk in a line

2006-09-02 Thread Ben Breslauer
Quoting the echo should do it: --script.sh--- !/bin/bash while read LINE; do echo "$LINE" done -- --Ben José Alburquerque wrote: Hello list! I've got a simple shell question that I can't figure out. I wrote a simple 3 line bash script desi