ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Operating Systems  >>  Unix  >>  Unix Commands
 
 


 

 
 Unix Commands interview questions  Unix Commands Interview Questions
 Unix Threads interview questions  Unix Threads Interview Questions
 Unix IPC interview questions  Unix IPC Interview Questions
 Unix Socket Programming interview questions  Unix Socket Programming Interview Questions
 Unix System Calls interview questions  Unix System Calls Interview Questions
 Unix AllOther interview questions  Unix AllOther Interview Questions
Question
What is use of sed command?
 Question Submitted By :: Vandanaverma_2
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is use of sed command?
Answer
# 1
sed reads the standard input into the pattern space, 
performs a sequence of editing commands on the pattern 
space, then writes the pattern space to STDOUT. 
 
Is This Answer Correct ?    3 Yes 0 No
Vandanaverma_2
 
  Re: What is use of sed command?
Answer
# 2
sed is a command used for opening stream editor.
 
Is This Answer Correct ?    1 Yes 2 No
Monu Verma
 
 
 
  Re: What is use of sed command?
Answer
# 3
sed is a stream editor for editing files from a script or from 
the command line
 
Is This Answer Correct ?    4 Yes 0 No
Surya
 
  Re: What is use of sed command?
Answer
# 4
its same like Find and replace strings
 
Is This Answer Correct ?    0 Yes 1 No
Vijay
 
  Re: What is use of sed command?
Answer
# 5
sed -e 's/oldstuff/newstuff/g' inputFileName > 
outputFileName
 
Is This Answer Correct ?    1 Yes 0 No
Naren
 
  Re: What is use of sed command?
Answer
# 6
sed is a multipurpose tool which combines the work of 
several filters.

sed uses instructions to act on text.
AN instruction combines an address for selecting lines with 
an action to be taken on then , as shown by the syntax
  
 sed options 'address action' file(s)
 
Is This Answer Correct ?    1 Yes 0 No
Sumitabha Das
 
  Re: What is use of sed command?
Answer
# 7
sed reads the standard input into the pattern space, 
performs a sequence of editing commands on the pattern 
space, then writes the pattern space to STDOUT.
 
Is This Answer Correct ?    0 Yes 0 No
Kumar Akhila
 

 
 
 
Other Unix Commands Interview Questions
 
  Question Asked @ Answers
 
what is virtual machine? Infosys1
what is telnet?  2
In vi editor how do you execute unix commands?  4
what is the command to find out the difference between files and folders?  2
How to remove a crontab file?  1
Give Command that will move a single file called "unix.txt" IBM1
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands? Deloitte4
in UNIX ,What is the command to view contents of a large error log file?  2
what is the difference between pipe(|) and tee command.. Cap-Gemini2
How to identify whether a file is normal file or directory?  2
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?  4
How we will execute previous command in vi editor? Infosys2
what is the command to find out which shell you are running?  5
what do you understand bythe term 'de-mountable volumes'? Infosys1
Which Command is Used for temprary switch User? BitWise3
what is the shell for dos,nt operating systems?  1
What command will bring user back to their home directory in UNIX? IBM4
What is pid?  2
distinguish between user mode and kernel mode? Infosys3
fork in unix ? BFL2
 
For more Unix Commands Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com