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
10 lines of C# to VB.NET translation supervising
Ethernet crossover cable connect
Outlook 2010 bulk calendar delete
How to Stop Procedure Running after Message Box Displayed
Need to uninstall winzip using group policy
Install XenDesktop on ESX
multiple users having outlook and phones checking one IMAP mailbox, is it a problem?
Can you explain this syntax please?
How to create a Gold Image using SCCM
How to uninstall and clean up the Huawei HSDPA USB modem driver?