• + 0 comments

    for (( i=1 ; i <=100 ; i++ )){

     read line
     echo "${line}" | cut -c 2,7 
    

    }