码迷,mamicode.com
首页 > 系统相关 > 详细

shell脚本练习003

时间:2015-05-05 16:48:01      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:file

1、 

#!/bin/bash
myfile=/root/1316
cd $myfile
for file in `ls $myfile`
do
a=`ls $file|wc -l`
if [ $a == 0 ]
#a=`ls $filke`
#if [ -z $a ]
then
echo "kong $file "
else
echo "feikong $file "
mv  /root/1316/$file /root/1316/kong/
fi
done


本文出自 “牧羊暗语” 博客,请务必保留此出处http://466716241.blog.51cto.com/1475798/1642106

shell脚本练习003

标签:file

原文地址:http://466716241.blog.51cto.com/1475798/1642106

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!