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

If you have a string "one two three", which shell command
would you use to extract the strings?

Answer Posted / asit pal

echo $a | tr " " "\n" | head -1
echo $a | tr " " "\n" | head -2
echo $a | tr " " "\n" | head -3

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I start a shell script?

1155


What will happen to my current process when I execute a command using exec?

1016


How do I read a .sh file?

1067


How to print pid of the current shell?

965


Given a file find the count of lines containing the word "abc".

1519


Is shell a part of kernel?

1026


Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.

1046


What is scripting used for?

1014


How to calculate the number of passed arguments?

1035


What is awk script?

943


What are the four fundamental components of every file system on linux?

1648


How can I set the default rwx permission to all users on every file which is created in the current shell?

1392


Explain about echo command?

1065


How do I run a bin bash script?

999


I want to connect to a remote server and execute some commands, how can I achieve this?

993