Unix
我如何檢查路徑(文件)在 unix bash 中是否存在?
我想在將路徑作為參數傳遞之前檢查路徑是否存在
if [ -d /tmp ] then echo the directory exists fi
我想在將路徑作為參數傳遞之前檢查路徑是否存在
if [ -d /tmp ] then echo the directory exists fi