What does sh mean?
No Answer is Posted For this Question
Be the First to Post Answer
How do I open the shell in cmd?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Why is used in shell scripting?
What is shell and shell script?
How does path variable work?
What are the different commands available to check the disk usage?
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
how can you execute the shell scripts?
How to debug the problems encountered in the shell script/program?
How will you print the login names of all users on a system?
What is the use of "$?" Sign in shell script?
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"