4 lines
45 B
Plaintext
4 lines
45 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
gawk '{print $'${1:-1}'}'
|