Well today I have to search files with *.php and with *.html .
How to do that ?
Solution is :
find ./ Â \( -name "*.php" -o -name "*.html" Â \)
Well today I have to search files with *.php and with *.html .
How to do that ?
Solution is :
find ./ Â \( -name "*.php" -o -name "*.html" Â \)
No comments yet.
RSS feed for comments on this post. TrackBack URL
Powered by WordPress