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
Panasonic KXTDA100EP Telephone System
Activesync through UAG
Running an executable via command line in Windows
Setting Up Coldfusion Builder to Use A Remote Server
Do you have any idea about the CLiC library and efsenable for the system. If you have please let me know.
Cancel a tween in Flash CS4
USB ports problem
Jmagick how to resample when changing DPI
Feed combo box issue
Wep Page on Internal Server not displaying correctly.