How would you compare the strings in a shell script?
No Answer is Posted For this Question
Be the First to Post Answer
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 additional egrep symbols?
What is an inode block?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What is "test"? How it is used in shell scripting?
What is the syntax of while loop in shell scripting?
What is the difference between a shell variable that is exported and the one that is not exported?
What language is bash?
What is a boot block?
What are the 3 standard streams in linux?
Write down the syntax for all the loops in shell scripting.
Where cron file kept?