How do I run a shell script in powershell?
No Answer is Posted For this Question
Be the First to Post Answer
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 ?
What does $0 mean in shell script?
How to create environment variables?What are the conditions for creating variables?
What is the conditional statement in shell scripting?
How shell works?
Is it possible to substitute "ls" command in the place of "echo" command?
What is the use of "$?" Sign in shell script?
How to modify the PATH variable and make it executable?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
How to include comments in your shell scripts?
When should shell programming/scripting not be used?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.