使用 tcsh shell 时,如何检查文件夹是否不存在?
我可以检查它是否存在
if ( -d /folder ) then
但我希望 if 语句适用于不存在的文件夹。
scripts tcsh
scripts ×1
tcsh ×1