2014年5月4日
摘要: (1)linux判断文件是否存在if [ -f filename]; then 。。。。。。#要执行的语句fi具体例子:file=/usr/local/oracle/oradata/archived_log/file.txtif [ -f $file ];then #判断文件是否存在,存在就追加 e... 阅读全文
posted @ 2014-05-04 22:52 zmlctt 阅读(549) 评论(0) 推荐(0)