Search Results

Search: Posts Made By: aigles
Forum: Infrastructure Monitoring 09-02-2007
4,279
Posted By aigles
Try and adapt the following awk program. ...
Try and adapt the following awk program.
steve.awk :
{
if (match($0, /\[/) == 0) {
Lines[++LinesCount] = $0;
LineIds[LinesCount] = ""
next;
}

id = substr($0,...
Showing results 1 to 1 of 1

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