What are different types of shell?
What does .sh file contain?
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 is mac default shell?
In which variable prompt value is stored?
What is the use of a shebang line?
How to print some text on to the screen?
How to modify the PATH variable and make it executable?
Differentiate between ‘ and ” quotes.
Explain about non-login shell files?
What is shell company all about?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What are the 3 standard streams in linux?