GeekInterview.com
  I am new, Sign me up!
 

Shell Scripting Interview Questions


Shell Scripting Interview Questions

Questions: 47
Comments: 242
 Showing Questions 21-30 of 47 Questions
<< Previous 1 2 [3] 4 5 Next >>
 Sponsored Links

 
 Shell Scripting Interview Questions
Sorting Options :  

Latest Answer: set -u -a rm -f out2find $PWD -atime 0 -type f -exec ls -ltr {} ;  | grep "`date '+%b %d'`"  | tr -s " " | tr -d ":" > out2echo "-------Files Modified Today--------"cat out2 | while read linedo   timechk=`echo  $line | cut ...
Read Answers (2) | Asked by : afzal

What is the basic difference u find between a shell script and perl.I mean the advantages of one over the other.
Read Answers (2) | Asked by : O.Sajit

What is use of "cut" command ?Give some examples. Can we use "awk" or "sed" instead of "cut" ? If yes then give some examples?
Read Answers (7) | Asked by : Max

Latest Answer: #! line states the interpreter to be used by the shell to interpret the script.Here, ksh interpreter is invoked for interpretation of the script. ...
Read Answers (6) | Asked by : Max

Latest Answer: IF the Database is DB2 then the script is :db2 "connect to $dbname user $userid using $password" ...
Read Answers (7) | Asked by : Brahma Reddy Thatiparthi

Latest Answer: echo enter a string read stringlen=`expr length "$string"`i=$lenreverse=''while [ $i -gt 0 ]dochar=`echo $string | cut -c $i`reverse="$reverse$char"i=`expr $i - 1`doneecho string:$stringecho reverse:$reverseif [ $reverse = ...

Latest Answer: in shell we cannot edit the text whereas in the editor it is possible to edit the text ...
Read Answers (5) | Asked by : chitrabanu

Latest Answer: preemptive multitask ...
Read Answers (1) | Asked by : Beena

Latest Answer: It is capacity of hard disk which is used by RAM for paging. ...
Read Answers (4) | Asked by : Beena

Latest Answer: an inode is a data structure on a traditional Unix-style file system such as UFS. An inode stores basic information about a regular file, directory, or other file system object http://en.wikipedia.org/wiki/Inode ...
Read Answers (8) | Asked by : Beena

View page << Previous 1 2 [3] 4 5 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape