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
Mail stuck in Lotus oubox
anchor on seperate page not working in safari and firefox
Operator '=' is not defined for type 'DBNull' and type 'Integer' - how to fix
modify public folders permissions on SBS 2008
login script copy a shortcut to everybody's desktop
IAS Server not responding
Publishing Applications - Windows Server 2008
hp msl 2024 attaching p212 on FreeBSD 8 p3
Mcafee epo 4.5
IE8 or Higher