• + 0 comments
    #!/bin/bash
    while read LINES ; do
    echo $LINES | cut -c 0-4;
    done