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 you find out how long the system has been running?
What language is shell scripting?
What is bash command used for?
What does $1 mean in bash?
How to redirect both standard output and standard error to the same location?
How does shell scripting work?
What is sh in shell script?
What does the sh command do?
Explore about environment variables?
What is awk in shell script?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
How do you debug a script?
What is a shell script in windows?
What is meant by $1 in shell script?