Hi, guys:<br>   <br>   I'm trying to define an alias in .cshrc  with the embeded awk command, like this :<br><br>alias checketh0  "ip add ls eth0 |awk '/inet/{print $2}' |sed -n '1p' "<br><br>
Then i run "source ~/.cshrc" and run "checketh0" command in the terminal , <br>but the result is the following :<br><br>   " inet <a href="http://192.168.18.18/24">192.168.18.18/24</a> brd 192.168.18.255 scope global eth0"<br>
<br>but i want  this result :<br><a href="http://192.168.18.18/24">192.168.18.18/24</a><br> <br>
<br>
How do I do it ? Any help will be highly appreciated.<br><br><br>Thanks for you help ~<br>