GeekInterview.com
  I am new, Sign me up!
 

Shell Scripting Interview Questions


Shell Scripting Interview Questions

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

 
 Shell Scripting Interview Questions
Sorting Options :  

Latest Answer: I am giving the 3 ways to solve this problem..1) grep -io "[aeiouAEIOU]" filename | sort | uniq -c2) cat filename | sed 's/[a-zA-Z]/&n/g' | sed 's/^ //' | grep "[aeiouAEIOU]" | sort | uniq -c 3) cat filename | fold -1 | sort | sed -n '/^[aeiouAEIOU]/p' ...

Write a script to convert all dos style backslashes to unix style slashes in a list of files?write a script to list all the differences between two directories ?what is the command for to display the last newly appending lines of a file during appending data to the same file by same processes ?what is the command to display top most processes which has utilised most of the cpu?
Read Answers (7) | Asked by : ashok

Latest Answer: a1=10.50 b1=11.01 st=$(echo "$a1 > $b1" | bc) if [ $st -eq 1 ]; then # 1 == true echo "True" else echo "False" fi ...
Read Answers (2) | Asked by : Sanjay

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: head -2 file.txt | tail -1Regardskamalesh ...
Read Answers (6) | Asked by : Ralf Krauseman

how to perform the Arithmetic operations on floating point numbers ? 
Latest Answer: We can use test also in command linetest 1.2 -gt 1.1 | echo "abhishek"You will get o/pabhishek. ...
Read Answers (5) | 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: Most UNIX servers are configured not to use FTP or TELNET for security purposes, and if you use FTP it has limited number of data can be transfered on one transaction hence I preferred using another web application so that if the user's need to get the data ...
Read Answers (8) | Asked by : Dipti

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