Jacky.W System Lab
2013年4月2日星期二
How to change the names in linux with bash shell
#!/bin/bash
for file in `ls /home/test/Documents/network`
do
mv $file $file.txt
done
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论