shell判断文件是否存在
if [ ! -f "./Input/species.txt" ]; then echo "already exists" else echo "not exists" fi