Search Results

Search: Posts Made By: flw521521
1,826
Posted By flw521521
thank you so much i'm try to understand the...
thank you so much
i'm try to understand the usage of this method
1,826
Posted By flw521521
ifconfig eth0|awk 'NR==8{print $2;exit}'|cut -c7-...
ifconfig eth0|awk 'NR==8{print $2;exit}'|cut -c7-
it also the same result when i run the command like this
ifconfig eth0|awk 'NR==8{print $2}'|cut -c7-
can u tell me the effect of ";exit" ?
1,826
Posted By flw521521
thank you very much! i think this unix forum is...
thank you very much!
i think this unix forum is the most rigorous forum i had ever see,which make a big difference with China
thanks Corona688
ps:sorry for my poor english ^_^

---------- Post...
Forum: IP Networking 12-01-2011
27,353
Posted By flw521521
yes,you're right,that's the reason why you can't...
yes,you're right,that's the reason why you can't ping your gateway
you can telnet into your router and add a arp map in hand,just input your ip with the unix pc's en2 mac addres,then i think it...
1,826
Posted By flw521521
ok,i know you means,thank you that’s difference...
ok,i know you means,thank you
that’s difference
if the variable need to return the lastest value,i must recall it,right?
1,826
Posted By flw521521
testing variables issue
oh,i don't understand
my shell file like this
#!/bin/sh
#
#
testnum=$(ifconfig eth0|sed -n 8p|awk '{print $2}'|cut -c7-)
echo $testnum
sleep 2
echo $testnum
sleep 2
echo $testnum
sleep 2...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 01:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy