Explain about the exit command?
No Answer is Posted For this Question
Be the First to Post Answer
Can shell script run on windows?
How Connect to a Database in Shell Programming?
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
Is shell a part of kernel?
Why we are writting shell scripts? Plz if possible explain it briefly.
What does $1 mean in bash?
Why do we use shell scripting?
shell script for reverse the string
Is shell a scripting language?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
What are environment variables?
write a shell program to check wheather a given string is pallindrome or not?