What is an inode block?
No Answer is Posted For this Question
Be the First to Post Answer
What does sh mean?
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 zombie processes?
What is inside a seashell?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
What is the meaning of $1 in shell script?
wats the deinitions for shell utility and filter?
Explain about shebang?
write a shell script to check whether all the directories in the path exist has read and write permission
Can shell script run on windows?
What is the use of "shift" command in passing parameters?
What are the 3 standard streams in linux?