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



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

Answer / Mamraj Singh

echo "I like $variables (plural)"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

What is path variable bash?

1 Answers  


write a shell script to find the largest number from 3 given numbers.

6 Answers  


How to open a read-only file in the shell?

1 Answers  


Is powershell a language?

1 Answers  


What is the use of "$?" Sign in shell script?

1 Answers  


What is the command for " how many shell is running in your system or how many shell supported by your system " ?.

3 Answers  


How do I open the shell in cmd?

1 Answers  


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

3 Answers  


What is the difference between scripting and coding?

1 Answers  


What are the different types of commonly used shells on a typical linux system?

1 Answers  


Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.

2 Answers   IBM, TCS,


What is awk in shell script?

1 Answers  


Categories