I have a script written like this:
if (!(-e "ARGV[0]")) { printf("\nThis file \"%s\" does not exist.\n\n", $ARGV[0]); exit; }
What does the parameter "-e" mean in my condition?
Aucun commentaire:
Enregistrer un commentaire