* This one time, at band camp, Jeff Ai said:
> Hello guys, how can i get the * character in shellscript(bash)
> I tried use '*' and it desn't work.
>  
> Jeff

tgreen@animal:~$ echo \*
*
tgreen@animal:~$ 


\ escapes the character from the shell
-- 
Greeno <[EMAIL PROTECTED]>
GnuPG Key :  1024D/B5657C8B 
Key fingerprint = 9ED8 59CC C161 B857 462E  51E6 7DFB 465B B565 7C8B

Imagine working in a secure environment and finding the string 
_NSAKEY in the OS binaries without a good explanation
    -Alan Cox 04/05/2001

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

Reply via email to