xuzhenqi
9/30/2017 - 9:55 AM

awk

awk

awk -F ‘\t’ ‘{}’ [file]
awk 'BEGIN{OFS="\t"}{}' [FILE]

# NF: number of field
# NR: current row number