Search Results

Search: Posts Made By: Don Cragun
1,683
Posted By Don Cragun
You could try something like: awk ' $1 ==...
You could try something like:
awk '
$1 == last {
$1 = ""
print " " $0
next
}
{ last = $1
print
}' file
If you're using a Solaris/SunOS system, use /usr/xpg4/bin/awk,...
Showing results 1 to 1 of 1

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