Am Dienstag, 24. April 2007 09:24 schrieb Vince Oliver:
> Hi all
>
> I would like to set some aliases in .bashrc that shall do some
> usefull things like:
>
> alias al="echo $PATH | awk 'BEGIN{FS=":"} {for(i=1;i<=NF;i++) print
> $i}'"

this is usefull? 
>
>
> This alias in not executed.  How to define such aliases?
use `backticks` (I hope you see them ;-) ... `echo ...`

>
>
> thanks
> oliver
good luck

Rolf
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to