What does the sh command do?
No Answer is Posted For this Question
Be the First to Post Answer
Write a shell script to looking at the log file to see if the test has passed or not
What is Linux language details
How do I debug a shell script?
How to include comments in your shell scripts?
In which variable prompt value is stored?
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.?
Write a shell script to get current date, time, user name and current working directory.
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
I have 2 files and I want to print the records which are common to both.
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
What does it mean to debug a script?
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?