Microsoft
Software
Hardware
Network
Question : command to find file type
unix (solaris10) command for finding number of files of type jsp.
I have a command which will show how many files are there with extension jsp in my oracle directory, but i need a command that will count only jsp files in that directory. The command i have is
find . -type f | wc -l
Answer : command to find file type
find . -type f
-name "*jsp"
| wc -l
or
find . -type f -name
"*.jsp"
| wc -l
depending on whether there is a dot ( . ) in front of "jsp"
wmp
Random Solutions
How do i apply formatting to all hyperlinks in Word 2007?
Command:Click:Command is working fine for Button but its not working for Hyperlink
workflow/bpm engine in python
How to copy a 150 Gb database across the country?
Remove security from MS Access Database (Jet Engine)
What hardware is best suited for "number crunching" web applications?
How to find out what version of remote OpenSSL server is running?
User can't receive emails sent to her personal email, but emails to group get through...
Websense - Block Internet Access - Except for Updates
Icon causing trouble with spell checker