检查一个文件是否存在于linux脚本中
这个问题在这里已经有了答案:
if [[ -e "$1/file.txt" ]]; then
echo "It exists"
fi
链接地址: http://www.djcxy.com/p/24121.html
这个问题在这里已经有了答案:
if [[ -e "$1/file.txt" ]]; then
echo "It exists"
fi
链接地址: http://www.djcxy.com/p/24121.html