determine the output of the following command: echo ${new:-variable}
No Answer is Posted For this Question
Be the First to Post Answer
Explain about non-login shell files?
What are the different types of commonly used shells on a typical linux system?
What is the use of a shebang line?
What is the use of .sh file?
What are the Different types of shells?
Give some situations where typing error can destroy a program?
Explain about shebang?
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 can you find out how long the system has been running?
What is shell scripting?
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
How to get the last line from a file using just the terminal?