This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1cb29bde17
NetBSD
/
gnu
/
dist
/
libio
/
dbz
/
getmap
7 lines
90 B
Bash
Raw
Blame
History
#!/bin/sh
awk
'NR == 1 {
for (i = 9; i <= NF; i++)
printf "%s ", $i
printf "\n"
}'
$*
Reference in New Issue
View Git Blame
Copy Permalink