( apostroph3 | 2012. 07. 17., k – 11:21 )


cat ./teszt.txt | while read LINE; do LINE=( $LINE ); LINE[$((${#LINE[@]}-3))]=; echo ${LINE[@]}; done