文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>测试文件是否存在

测试文件是否存在

时间:2006-11-03  来源:liuxingyuyuni

#!/bin/bash
echo  'Please input file:';
read file
if [ -e $file ] ;then
  clear
  echo "-----------File $file exists!--------------"
  exit 0
fi
  echo "-----------File $file not exists!----------"
  exit 1
相关阅读 更多 +
排行榜 更多 +
西安交大通

西安交大通

生活实用 下载
长江云通

长江云通

生活实用 下载
translatez

translatez

生活实用 下载