# # Skip first two lines of participants list from the 'Ucastnici.csv' # BEGIN { # create backup copy while (getline < "ucas.htm" != 0) print $0 > "ucas.htm~" close "ucas.htm" close "ucas.htm~" # skip header getline getline } { print $0 }