summaryrefslogtreecommitdiff
path: root/test/resplit.awk
blob: f75fe3970d230af62893902a8a1aff5339171066 (plain)
1
{ FS = ":"; $0 = $0; print $2 }