Determine the output of the following command: [ -z “” ] && echo 0 || echo 1


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

Post New Answer

More Shell Script Interview Questions

How shell works?

1 Answers  


How will you connect to a database server from linux?

0 Answers  


What will happen to my current process when I execute a command using exec?

0 Answers  


How do I run a shell script on a mac?

0 Answers  


Write down the syntax for all the loops in shell scripting.

0 Answers  


How would you compare the strings in a shell script?

0 Answers  


How to customise the other shell?

2 Answers   Quest,


What does $@ mean bash?

0 Answers  


What is the need of including script interpreter in your shell script?

2 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,


Is shell scripting difficult?

0 Answers  


Given a file find the count of lines containing the word "abc".

0 Answers  


Categories