我在 bash 文件中有一个 if 语句:
if [ -f bin/post_compile ]; then echo "-----> Running post-compile hook" chmod +x bin/post_compile sub-env bin/post_compile fi
是什么-f意思?
-f
bash
bash ×1