[root@localhost ~]# cat 1.txt
1 2 3 4 5
a b c d e

awk ' { $3=$4="";print $0 }' 1.txt