Post New Shell Script Questions
Give some situations where typing error can destroy a program?
What is difference between bash and shell?
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.
How would you compare the strings in a shell script?
What is shell prompt?
What are script files?
What is awk in shell script?
What is shell company all about?
What's the difference between scripting and coding?
How do you debug a script?
How to calculate the number of passed arguments?
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.
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What happens on a system call?
What is shell and terminal?