determine the output of the following command: echo ${new:-variable}
No Answer is Posted For this Question
Be the First to Post Answer
What is shift command in shell script?
Write a shell script to looking at the log file to see if the test has passed or not
What does $$ mean in shell script?
how to read systems current date and time
What is the crontab?
What is option in shell script?
What does $# stand for?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
How can you get the value of pi till a 100 decimal places?
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.
Can you write a script to portray how set –x works?
What is the purpose of scripting?