NetBSD/gnu/dist/libio/dbz/getmap

7 lines
90 B
Bash

#!/bin/sh
awk 'NR == 1 {
for (i = 9; i <= NF; i++)
printf "%s ", $i
printf "\n"
}' $*