![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using sed to remove lines where field is empty | figaro | Shell Programming and Scripting | 4 | 09-01-2009 04:07 PM |
| Count of Field for Non-Empty | Swapna173 | UNIX for Dummies Questions & Answers | 2 | 08-08-2008 10:48 AM |
| Awk scrip to remove empty field | bombcan | Shell Programming and Scripting | 4 | 06-11-2008 01:57 PM |
| Compare dates in a field and print the latest date row | cvkishore | Shell Programming and Scripting | 1 | 08-04-2007 08:58 AM |
| latest status of an field in a log file | encrypted | UNIX for Dummies Questions & Answers | 2 | 07-16-2004 05:05 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
use awk to replace empty fields with the latest nonempty field
Hi suppose I have a csv file like this
Code:
count,1977,1978,1979 usa, , , blue japan, red, yellow,green india, , yellow,blue china, blue, yellow, green Code:
count,1977,1978,1979 usa, blue, blue, blue japan, green, green,green india, blue, blue,blue china, green, green, green Last edited by Franklin52; 4 Weeks Ago at 09:20 AM.. Reason: Please use code tags! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|