Y
Hacker News
new
|
ask
|
show
|
jobs
by
BiteCode_dev
2210 days ago
Nothing, but try doing a general version of:
echo -e "foo bar baz" | choose -1 -2
With cut.
1 comments
fwip
2209 days ago
echo -e "foo bar baz" | xargs | cut -d\ -f1,2
link