What are the three main forms of enabling debugging in a
shell script?
Answer Posted / arun singh
set -x
set -v
set -f
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What exactly is a shell?
What is bash command used for?
What is ms powershell?
Is bash an operating system?
How will you find the 99th line of a file using only tail and head command?
Why should we use shell scripts?
how will you find the total disk space used by a specific user?
What are different types of shell?
What is awk script?
What is shift command in shell script?
How will you connect to a database server from linux?
What is the first line in every perl script called?