You are viewing a single comment's thread. Return to all comments →
IFS="\t" while read line do echo $line | cut -f 1-3 done
Seems like cookies are disabled on this browser, please enable them to open this website
Cut #5
You are viewing a single comment's thread. Return to all comments →
IFS="\t" while read line do echo $line | cut -f 1-3 done