You are viewing a single comment's thread. Return to all comments →
while read text; do echo ${text} | cut -d' ' -f1-3; done
Seems like cookies are disabled on this browser, please enable them to open this website
Cut #8
You are viewing a single comment's thread. Return to all comments →
while read text; do echo ${text} | cut -d' ' -f1-3; done