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
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 I send a mail with a compressed file as an attachment?
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
What is basename in shell script?
What is the use of "test" command?
what are bootlevel in linux?which level is booting by default.
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
Tell something about the super block in shell scripting?
How do I run a .sh file?
How do you create a shortcut in linux?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.