GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Shell Scripting Interview Questions


Shell Scripting Interview Questions

Questions: 44
Comments: 198
 Showing Questions 11-20 of 44 Questions
<< Previous 1 [2] 3 4 5 Next >>
 Sponsored Links

 
 Shell Scripting Interview Questions
Sorting Options :  

Latest Answer: please note that my original answer ate the quote signs, which I'm going to try to make sure get through this time:sed 's/\//g'And in case that gets eaten also, it's a reverse slash, then the less than (

Latest Answer:  sed -n '2p' datafile ...
Read Answers (3) | Asked by : Ralf Krauseman

how to perform the Arithmetic operations on floating point numbers ? 
Latest Answer: You can make you og 'bc' command to do the arithmatic operations in shell script.Following script illustrates a sample implimentationa=1.2b=3.1x=$(echo $a+$b|bc)echo [$x]Where the arithmatic operation that is desired is marked in bold. ...
Read Answers (4) | Asked by : Jitu

Latest Answer: tar -cvjf bz2 gives max compression. ...
Read Answers (4) | Asked by : ayypss

Using Bourne shell : if you enter A B C D E F G.......................n after the command,how will you write a programme to reverse these positional parameters?
Read Answers (4) | Asked by : Nehashri

Folks,I have peculiar kind of error. my script goes likecat inputfile> while read paramdoArray[$i]=$param y=`expr $y + 1`doneWhen i run script passing very large input file. script abends in the middle of execution saying "ksh: script out of range"Possible reason is max array element size is 4095 which is exceeded in my case. Now my question, is there any settings in shell which i can use to increase the max array element size.Guys please post ur suggestions.Thanks!Sharif.S

Latest Answer: If you can't get Samba, or you're not the Admin so you can't install it anyway, then use FTP, as it's almost guaranteed to be installed and running on both machines.  The only hang-up is that sometimes the server is shut off for security ...
Read Answers (7) | Asked by : Dipti

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 (1) | 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 (6) | Asked by : Max

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

Ask A Question
Go Top
 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
Sponsored Links

 
Free White Papers & Software


Vulnerability Management
for Dummies eBook

 


 

Request Your Copy
 



Free: 60-Day Trial
Microsoft Office Project

 


 

Request Now
 



The 7 Things that
IT Security Professionals
MUST KNOW!

 


 

Request Your Free eBook

 
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape