[root@localhost~]# cat file
1 2 3
4 5 6
7 8 9

[root@localhost~]# cat file |xargs -n1
[root@localhost~]# xargs -n 1