Search Results

Search: Posts Made By: vgersh99
3,585
Posted By vgersh99
you'll have work on your logic (I'll leave it as...
you'll have work on your logic (I'll leave it as an exercise for you), but your modified attempt is:

awk -F'|' 'FNR>1 && NF==2{
if ($2 ~ "^ *UP *$")
print "Node" $1 "is" $2 ;...
Showing results 1 to 1 of 1

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