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
imap_mail_move on POP3 mailbox
Exchange 2010 resource mailbox for meeting room
isql output
Exchange 2007 mail relay
How do I add rows to a datagridview based upon a For Each statement in VS2008?
SAS 9.1 - Excel Import
Adding one cell to the bottom of a named range defined byan OFFSET
Creating a Dynamic Form from SQL database tables in ColdFusion
broad cast message to win xp and win vista systems via Windows 2003 server
Error message when replying, sending, openning email in OWA