摘要:
for_null.sh内容: 1 #!/bin/bash 2 #for null line 3 #version 1.0 by feng 4 5 IFS=$'\n' 6 for i in `cat $1` 7 do 8 if [ ${#i} -eq 0 ];then 9 echo "the line 阅读全文
posted @ 2020-04-25 23:54
小阿峰
阅读(646)
评论(0)
推荐(0)
2020年4月25日 #