日期:2014-05-16 浏览次数:20659 次
[User:root Time:05:20:51 Path:/home/liangdong/shell]$ ./test.sh 1 11 111 1111 [User:root Time:05:20:51 Path:/home/liangdong/shell]$ cat test.sh #!/bin/bash echo -e "a\nb\nc\n" | awk 'BEGIN{str="";}{str=str"1";print str; }'