Write the syntax for "if" conditionals in linux?
No Answer is Posted For this Question
Be the First to Post Answer
What is inside a seashell?
What are the advantages of bash over all other shells?
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
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 sudo command?
Is shell a scripting language?
wats the she bang statment with syntax?
What are the different variables present in linux shell?
What is the difference between a shell variable that is exported and the one that is not exported?
What is shell scripting?
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?