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
Cisco ASDM 6.2 for ASA 5510
SBS 2008 Console crashes on Network Devices
INSERT INTO table with no Duplicates
Anyone know a good script (or something else)
Is Multiple Mirror's possible?
check_directory_files
How do I stream my security camera on my website ?
db connection error running app as service
Save Publishign site as template in SharePoint 2010
AUTOSTART ESXI VIRTUAL MACHINES