You are viewing a single comment's thread. Return to all comments →
#!/bin/bash while read LINES ; do echo $LINES | cut -c 0-4; done
Seems like cookies are disabled on this browser, please enable them to open this website
Cut #4
You are viewing a single comment's thread. Return to all comments →