初学bash shell

Ubuntu每日小技巧:

for i in `cat files | tr -s \n`
    do mkdir xx_$i
done

人懒,先就这么多吧.

发表评论

评论内容 (必填):