Search Results

Search: Posts Made By: Bobsonm
1,370
Posted By MadeInGermany
An awk script always loops over each line $0,...
An awk script always loops over each line $0, each time splitting the words into $1, $2, ... $NF
awk '
$1=="Server:" {
if (result) { print server,result }
server=$2
result="NONE"
}...
Showing results 1 to 1 of 1

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