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...

Give a regular expression that finds two things, try to
come up with regular expressions that find each
individually using "egrep" command?

Answer Posted / linuxdemon(vjsujay@gmail.com)

vjsujay@vjsujay-desktop:~/test$ cat jsk
cake
coke

vjsujay@vjsujay-desktop:~/test$ egrep 'c(a|o)ke' jsk
cake
coke

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of the command 'ls -x chapter[1-5]' ?

1268


Who wrote grep?

1108


Name the various commands that are used for the user information in unix.

1130


What is the functionality of a top command?

1157


What does #!/ Bin sh do?

1115


How do I run a bash script?

1238


What is the use of sed command in unix?

1258


What do chmod, chown, chgrp commands do?

1346


Explain ‘system calls’ with respect to unix commands?

1149


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

1322


Which command is used to create a directory?

1225


What is grep and how do you use it?

1169


What is updatedb?

1091


What is {} in find command?

1154


Is ‘du’ a command? If so, what is its use?

1202