What is a shell? · Types of shell · what is shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
What is a beat in a script?
What is the use of echo in shell script?
What are the various stages of a linux process it passes through?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
How to group the commands in shell scripting?
What is the meaning of $1 in shell script?
Explain about debugging?
Please give me example of " at command , contrab command " how to use
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
What is the syntax of while loop in shell scripting?
What exactly is a shell?
Is it possible to substitute "ls" command in the place of "echo" command?