What is a file basename?
No Answer is Posted For this Question
Be the First to Post Answer
How do I stop script errors?
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What are scripts in psychology?
Is powershell a language?
How can the contents of a file inside jar be read without extracting in a shell script?
How to print all array elements and their respective indexes?
What are the Different types of shells?
What is use of "cut" command?
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 are script files?