How do I debug a shell script?
No Answer is Posted For this Question
Be the First to Post Answer
What is bash coding?
Write a shell script to looking at the log file to see if the test has passed or not
How many fields are present in a crontab file and what does each field specify?
Where cron file kept?
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
Explain about shebang?
What are the different communication commands available in the shell?
What does $@ mean in shell?
What is sed in shell script?
What lives in a shell?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
What is echo $shell?