determine the output of the following command: echo ${new:-variable}


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

How will you pass and access arguments to a script in linux?

0 Answers  


Is powershell a bash?

0 Answers  


Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

0 Answers  


What is sed in shell script?

0 Answers  


What is the way to do multilevel if-else's in shell scripting?

0 Answers  






How are shells born?

0 Answers  


How do you debug a script?

0 Answers  


what is the difference between sh & bash shell?

1 Answers  


What is sudo command?

0 Answers  


What is echo $shell?

0 Answers  


How do I open the shell in cmd?

0 Answers  


The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on

2 Answers   Caritor,


Categories