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
Calculated variable on server...
reCAPTCHA PHP not failing when nothing is entered; works fine when something is entered
how to delete partial contents of a cell?
Asterix VoIP Connection
xp sp2 clients wont log or ping server 2003
Need help building a regex
accessing VPN while Internet Tethering on iPhone
SPContext.Current is returning null in the "SPItemEventReceiver" event handler.
EventID 10009 DCOM errors
QL420 network setup