aboutsummaryrefslogtreecommitdiffstats
path: root/testdir/unbundle.awk
blob: d35b60a561ceddc6388763e879e8bccff7e995e6 (plain)
1
2
3
4
# unbundle - unpack a bundle into separate files

$1 != prev { close(prev); prev = $1 }
           { print substr($0, index($0, " ") + 1) >$1 }