If it is more comfortable to use for some people then it’s a great invention.
echo -e "foo bar baz" | choose -1 -2
echo -e "foo bar baz" | xargs | cut -d\ -f1,2
If it is more comfortable to use for some people then it’s a great invention.