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" Â \)
Powered by WordPress