Answer Posted / guest
echo "Text to print"
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How will you pass and access arguments to a script in linux?
Why are shell scripts used?
What is the significance of the shebang line in shell scripting?
What are the 3 standard streams in linux?
What is bash used for?
What is the crontab?
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.
Is shell a scripting language?
How to check if a directory exists?
What is difference between shell and bash scripting?
What is a shell in operating system?
What is the use of .sh file?
What are the default permissions of a file when it is created?
Why is a script important?
What is shift command in shell script?