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
outlook not running rules
Registry, Winlogon, KEY_WOW64_64KEY errors
Automatically Adding Text to Cells
Terminal server 2008 R2 Pinned Taskbar Links
Microsoft Exchange Outlook Anywhere SSL Issue
OpenOffice 3.2 GPO Install Problem
I want to put a small instruction in the middle of my SharePoint survey. I want to say "If you answered "No" to any of the questions above then please answer the questions below. How?
SBS 2008 - Unable to set a static IP
VB.NET - Databinding and Combo UserControl
Coookie not storing information