Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
1099Post New Shell Script Questions
What is a shell? · Types of shell · what is shell scripting?
How to set an array in linux?
What is shell scripting used for?
What is the lifespan of a variable inside a shell script?
Explain about non-login shell files?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What does chmod do?
What is a file basename?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What happens on a system call?
What is awk in shell script?
What is sed in shell script?
Write down the syntax for all the loops in shell scripting.
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What are the zombie processes?