 |
How to check if folder name exist or not in FTP server using shell script - Toolbox for IT Groups
Hello All, Greetings...! I have a scenario. I want to check whether folder name exist or not in FTP server using shell script. I ... ... cd $ver; rm -f *.* is very scary. If the cd fails, the rm works in the directory you started in. cd $ver && rm -f *.*
unix.ittoolbox.com |
 |