Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is egrep?

Answers were Sorted based on User's Feedback



What is egrep?..

Answer / sujay kumar

Extended grep is called as egrep.

grep -E will do the same function as egrep

Is This Answer Correct ?    2 Yes 1 No

What is egrep?..

Answer / kuldeep singh

egrep is used to work with Extended Regular Expressions.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Shell Script Interview Questions

What is the difference between a shell variable that is exported and the one that is not exported?

6 Answers  


What is the significance of the shebang line in shell scripting?

0 Answers  


What are the different kinds of loops available in shell script?

3 Answers  


Can we run shell script in windows?

0 Answers  


Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.

2 Answers  


What is the default ubuntu terminal?

0 Answers  


What is an inode block?

0 Answers  


What are the two files of crontab command?

0 Answers  


The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on

2 Answers   Caritor,


How would you replace the n character in a file with some xyz?

7 Answers  


How can I send a mail with a compressed file as an attachment?

0 Answers  


Suppose you execute a command using exec, what will be the status of your current process in the shell?

0 Answers  


Categories