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
What does echo mean in scripting?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What is $1 in shell scripting?
What does $@ mean bash?
How do I run a shell script on a mac?
What is a shell script? Can you name some of its advantages?
Is cmd a shell?
How will you pass and access arguments to a script in linux?
What are the advantages of shell scripting?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
Is bash an operating system?
Is shell scripting useful?
Explain about debugging?
What is a command line shell?
What is the first line in every perl script called?