Answer Posted / rameshs
#!/bin/bash
echo "Say Something"
<<COMMENT1
your comment 1
comment 2
blah
COMMENT1
echo "Do something else"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
write a shell script to check the failed jobs?
How many fields are present in a crontab file and what does each field specify?
How do I set bash as default shell mac?
Is shell scripting easy to learn?
When should shell programming/scripting not be used?
Write down the syntax of "for " loop
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
Differentiate between ‘ and ” quotes.
How does ls command work?
Write the syntax for "if" conditionals in linux?
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..
What does .sh file contain?
What is bash used for?
How can I set the default rwx permission to all users on every file which is created in the current shell?
Explain how you Automate your application using Shell scripting.