K 10 svn:author V 6 dteske K 8 svn:date V 27 2016-12-12T21:16:37.409567Z K 7 svn:log V 205 Use awk the following (more succinct) awk syntax: condition1 { action1 } condition2 { action2 } instead of the following syntax: { if (condition1) { action1 } else if (condition2) { action2 } } END