hadoop fs -test -e /path/exist if [ $? -eq ] ;then echo 'exist' else echo 'Error! path is not exist' fi 在shell中如何判断HDFS中的文件目录是否存在