- Bash evaluates aliases before variable expansion.  
You want shell functions instead. In fact, aliases are for people used
to the csh way of doing things .. I'd *never* use them

Try:
function glebe1() {
        ssh [EMAIL PROTECTED] "$@"
}
function glebe2() {
        ssh [EMAIL PROTECTED] "$@"
}



--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to