Search Results

Search: Posts Made By: Don Cragun
1,026
Posted By Don Cragun
Perhaps something like: awk -F, ' ...
Perhaps something like:
awk -F, '
{ printf("%*s %s %s\n", length($1),
(last == $1) ? "" : last = $1, $2, $3)
}' file
As always, if you want to try this on a Solaris/SunOS system, change awk...
Showing results 1 to 1 of 1

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