Someone could helps me saying me what -e does within an if construct an followed by a directory or file? thanks very much
1 Answer
See man test for details. -e returns true if the file or directory exists, and false if it doesn't.
Someone could helps me saying me what -e does within an if construct an followed by a directory or file? thanks very much
See man test for details. -e returns true if the file or directory exists, and false if it doesn't.