首页  > 操作系统 > linux判别目录是否存在

linux判别目录是否存在

操作系统 2025-01-24 2

1. 运用 `test` 指令(`; then echo Directory existselse echo Directory does not existfi```

2. 运用 `bash` 的 `d` 选项:```bashif ; then echo Directory existselse echo Directory does not existfi```

3. 运用 `bash` 的 `qwe2; then echo Directory existselse echo Directory does not existfi```

4. 运用 `find` 指令:```bashif find /path/to/directory > /dev/null 2>


Copyright © 2016-2028零基础教程 Rights Reserved. XML地图