Login
Email Address
Password
Remember me
Forgot your password?
Java/J2ee
Core Java
JSP
Servlet
EJB
Hibernate
Design Patterns
Swing
JMS
Framework Technologies
Struts
JSF
Spring
ADF
Web Services
SOAP
REST
Database
Oracle
PL/SQL
MS SQL Server
UNIX
Unix Commands
Shell Scripting
Success
Career Questions
HR
HR Questions
Jobs Opening
Java/J2ee Jobs
Oracle Pl/Sql Jobs
Unix Shell Scripting Jobs
C / C++
C
C++
Web technology
HTML
Java Script
Ajax
PHP
Jquery
HTML5
JSON
XML
Mobile Technology
Android
Puzzles
Java Puzzles
Software Design
UML
advertising
Popular Questions
X
Riya Das
How do you find out what’s your shell?
X
mohua hossen
how you find number of line ,number of word and number of line in given paragraph?
X
Ashima Das
How do you search for a string in a directory with the subdirectories?
No Questions
advertising
Shell Scripting Interview Questions
how you find number of line ,number of word and number of line in given paragraph?
May 02 2011
$ wc (number of Word)
wc -l(number of line)
wc -c(number of characheter)
May 02 2011
How do you search for a string in a directory with the subdirectories?
April 14 2011
Try...
find path/to/main/dir -type f|xargs grep searchString
April 14 2011
Hi Ashima ..Plz try this
find /path/to/directory -exec grep "abc" {} /dev/null \;
April 14 2011
How do you find out what’s your shell?
April 14 2011
ps -p $$- use this command u will get the output below if you are using csh.
PID TTY TIME CMD
5494 pts/1 0:00 csh
April 14 2011
Ads
advertising