$ echo 'hogefugapiyo' | while read -N 4 STR; do echo $STR; done