How to print pid of the current shell?
No Answer is Posted For this Question
Be the First to Post Answer
What does $@ mean bash?
What is the first line in a shell script?
How to set an array in linux?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
What are the different types of variables used in shell script?
How does path variable work?
How will you emulate wc –l using awk?
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.
Explore about environment variables?
What is the difference between bash and shell?
write a shell script to check the failed jobs?