How to group the commands in shell scripting?
Answer Posted / tony
The command separator is ;
So, just run:
$ echo Let me wait some time ; sleep 10 ; echo Yes, that is OK
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I send a mail with a compressed file as an attachment?
What is scripting autism?
How to calculate the number of passed arguments?
What does echo $0 do?
How can we find the process name from its process id?
Is bash an operating system?
What is the default ubuntu terminal?
What is the way to do multilevel if-else's in shell scripting?
What is the syntax of while loop in shell scripting?
What is the use of .sh file?
What is echo in shell?
Explain about shebang?
Write down the syntax of "for " loop
What is scripting used for?
What language is used in terminal?