Write a shell script to get current date, time, user name and current working directory.
No Answer is Posted For this Question
Be the First to Post Answer
What does $# stand for?
What is the lifespan of a variable inside a shell script?
How to pass an argument to a script?
What does chmod do?
What is the need of including script interpreter in your shell script?
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.
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
Why should we use shell scripts?
What is the conditional statement in shell scripting?
What exactly is a shell?
What is a file basename?
How do I read a .sh file?