You are viewing a single comment's thread. Return to all comments →
To print the first four characters in a line, omit the start position and specify only the end position.
cut -c -4
Cut #4
You are viewing a single comment's thread. Return to all comments →
To print the first four characters in a line, omit the start position and specify only the end position.
cut -c -4