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
What is the equivalent of a file shortcut that we have a window on a linux system?
write a shell script to find the largest number from 3 given numbers.
Explain about the slow execution speed of shells?
How do you read arguments in a shell program - $1, $2 ..?
What can scripts do?
Why should we use shell scripts?
How to declare functions in unix shell script?
What is Linux language details
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
Write a shell script to looking at the log file to see if the test has passed or not
What happens when you type ls?
What is the difference between scripting and coding?