Explain about return code?
No Answer is Posted For this Question
Be the First to Post Answer
How will you find the 99th line of a file using only tail and head command?
Why is a script important?
What is shell prompt?
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?
what is info area how many types?
How can we find the process name from its process id?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What can you do with powershell?
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"
What are scripts in psychology?
write a shell program to check wheather a given string is pallindrome or not?