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
Sharepoint Survey: Clicked 'No' to 'Show user names while creating the survey! Is there a way to turn the feature back on to see the names again?
Cannot re-enable firewall with group policy
install server 2003 over win7
Virtual Memory
How to run app on local machine and display results in web page
Internet searches getting redirected to advertising websites
How do I implement a vlan for a hotel.
Exchange 2007 Connectivity problems
Cancel a tween in Flash CS4
ComboBox - Retrieving information from an Access table in Visual Basic