Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
1136Post New Shell Script Questions
What does path stand for?
How do I run a bin bash script?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
How to set an array in linux?
What is the command to find out users on the system?
Is bash an operating system?
Can shell script run on windows?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What is an sh file?
How to use arguments in a script?
What is the lifespan of a variable inside a shell script?
What is the first line in every perl script called?
What is c in shell script?
What is shell scripting used for?
Is it possible to substitute "ls" command in the place of "echo" command?