wd - a command line tool for print specified position of words
Inpired by https://github.com/onsd/wd
```sh echo "a b c" | wd -n 1 2
echo "a b c" | wd -n 1 3
```
```sh cat some.txt
wd --input some.txt --number 1
wd -i some.txt -n 2