2016年9月4日

shell脚本,一个字符一个字符输出。

摘要: [root@localhost wyb]# cat file 123 abc 456 456 def 1 23 5678 abc 789 789de f567 [root@localhost wyb]# cat fffile.sh #!/bin/bash cat file| while read line do for i in `seq 1 ${#line}` do a=`e... 阅读全文

posted @ 2016-09-04 22:53 王月波 阅读(2613) 评论(0) 推荐(0)

导航