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
shell script for reverse the string
What are the advantages of shell script?
What is a command line shell?
what is info area how many types?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What is path variable bash?
How can you get the value of pi till a 100 decimal places?
Write down the syntax for all the loops in shell scripting.
What does $@ mean bash?
Is bash a shell script?
Give some situations where typing error can destroy a program?
What is scripting autism?
What is awk in shell scripting?
What is bash command used for?
What is shift command in shell script?