What is the difference between grep and egrep?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

What is the basic difference you find between a shell script and perl?

3 Answers   Yahoo,


write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.

2 Answers  


What is an sh file?

0 Answers  


What are the two files of crontab command?

0 Answers  


Is cmd a shell?

0 Answers  






Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"

6 Answers  


Is bash an operating system?

0 Answers  


How to initialize a directory size to a variable??

2 Answers  


What does egrep mean?

0 Answers  


I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?

0 Answers  


Why we are writting shell scripts? Plz if possible explain it briefly.

6 Answers   ITC Infotech,


What is the difference between running a script as ./scriptname.sh and sh scriptname.sh

1 Answers  


Categories