Thread
:
In a shell script.. how do I test if any *.php exist?
View Single Post
03-29-2009, 01:13 AM
Tempest
Too lazy to set a custom title
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
In a shell script.. how do I test if any *.php exist?
if test -e *.php;
is invalid so how do you do that?
Tempest
View Public Profile
Find More Posts by Tempest