阅读量:5
可以使用以下命令来判断文件是否存在:
if [ -e /path/to/file ]; then echo "File exists" else echo "File does not exist" fi
这个命令中,-e
参数用来判断文件是否存在,/path/to/file
是要判断的文件路径。如果文件存在,则输出"File exists",否则输出"File does not exist"。
可以使用以下命令来判断文件是否存在:
if [ -e /path/to/file ]; then echo "File exists" else echo "File does not exist" fi
这个命令中,-e
参数用来判断文件是否存在,/path/to/file
是要判断的文件路径。如果文件存在,则输出"File exists",否则输出"File does not exist"。
为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!