Revision: 36765
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 26, 2010 05:52 by jofan
Initial Code
DIR="/etc" if [ -d $DIR ]; then echo "Folder ${DIR} exists" else echo "Folder ${DIR} does NOT exists" fi
Initial URL
Initial Description
Initial Title
Check if a folder exists
Initial Tags
Initial Language
Bash