grep 20050709 hoge.txt |while read STR1 STR2 STR3; do echo $STR3; done;
にしてみ。