What is bourne shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
What are environment variables?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is shell and terminal?
how did u debugging in unix/ linux platform ??( project Related)
What is another name for a bash shell script that you might see?
What is shift command in shell script?
How to create environment variables?What are the conditions for creating variables?
What does $1 mean in bash?
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.
How to check if a directory exists?
give me some website where i can get unix and testing meterials
When you login to a c shell, which script would be run first?