1
0
Files
irix-657m-src/eoe/cmd/awk/regressions/libmalloc_test
2022-09-29 17:59:04 +03:00

4 lines
84 B
Bash
Executable File

#!/bin/sh -v
cat /etc/hosts | ./nawk '/^[0-9]*/ { for (i=2;i<=NF;++i) {print $1}}'