hi,
i tried to put this pipe into my .bashrc
to display my current ip address:
alias myip="ifconfig | awk '/broadcast / {print $2}'"
and it prints the full line of the ifconfig output.
when i test this pipe in the shell like this
$> ifconfig | awk '/broadcast / {print $2}'
it works fine.!?
where is my mistake?
thank you for the help
marc