Hi ,all :<br><br>I'm trying to define an alias with an embeded awk command:<br><br>alias checketh0  `ifconfig eth0 |grep 'inet addr:' |awk '{prinrt $2}' |cut -c 6- `<br><br>After  I edit it in the  .cshrc file and run "source .cshrc" , I run the "checketh0" command in the terminal ,<br>
the screen displays the "<a href="http://192.168.7.24">192.168.7.24</a>: Command not found "<br><br><br>Why does is it ?Any help will be highly appreciated.<br>
<br>
note: I'm using csh  shell.<br>
<br><br><br><br><br><br><br>
Thanks for you help.<br>