Search Results

Search: Posts Made By: jbrandt1979
1,675
Posted By CarloM
You could do something like: awk ' oldone &&...
You could do something like:
awk '
oldone && $1!=oldone {
printf ("\n")
}
{
printf ("%s", $0);
oldone=$1;
}
END {
printf ("\n");
}' inputfile
Showing results 1 to 1 of 1

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