Änderungen

Zur Navigation springen Zur Suche springen
113 Bytes hinzugefügt ,  20:47, 29. Sep. 2006
Zeile 98: Zeile 98:  
awk 'BEGIN{ORT=substr($2,1,length($2)-4);node[ORT]=$1}{print}' /etc/hosts
 
awk 'BEGIN{ORT=substr($2,1,length($2)-4);node[ORT]=$1}{print}' /etc/hosts
 
wget -O - http://127.0.0.1:2006|awk '{if($2=="HNA")exit;if($5<10)print $1,$2,$5}'
 
wget -O - http://127.0.0.1:2006|awk '{if($2=="HNA")exit;if($5<10)print $1,$2,$5}'
 +
 +
awk '{if($2=="localhost")s=1;z++;if(z>5){if($0=="")exit;print substr($2,1,length($2)-5)}}' /etc/hosts >/tmp/dat
 
</pre>
 
</pre>
  

Navigationsmenü