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
Restoring files of users on SBS 2008
Dell desktop will not boot
Convert chinese caracters
View Composer agent initialization state error (2): Failed to redirect profiles directory (waited 0 seconds)
Excel Chart Library Development in VB.NET/C#
Cross-forest trust: The domain controllers required to find the selected objects in the following domains are not available
Deleted Active Directory Administrator account
Driver for Ikon cpp 500 printer
Group and ungroup a password-protected sheet?
Hosted AD Domain Service - a best practice ?