> * On Fri Sep 14, 2001 at 03:21:28PM +1000, Jeff Ai ([EMAIL PROTECTED]) wrote:
> No, that is not what i want. i want to echo * in a shell script.
> e.g:
> STAR='*'
> echo $STAR
> 
> \ is the first thing i tried, didn't work.

STAR='*'
echo "$STAR"
-- 
Tony Green <[EMAIL PROTECTED]>
Mobile  :   +61-(0)4-2521-9996    

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to