|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
find set of files
Hi...
can anyone help me find all the *.pm,*.rsp,*.frm,*.dhtml files in a given directory at one go?? i used 4 find statements but that takes a hell lot of time... |
|
#2
|
||||
|
||||
|
find . * | egrep "*pm|*rsp|*frm"
or somesuch christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#3
|
|||
|
|||
|
Try this:
find . -name \*.pm -o -name \*.rsp -o -name \*.frm -o -name \*.dhtml |
|
#4
|
|||
|
|||
|
Thanks so much for all your help....
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > find set of files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|