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
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
How do I run a .sh file on mac?
How do I read a .sh file?
How to find all the files modified in less than 3 days and save the record in a text file?
What is awk in shell scripting?
How will you print the login names of all users on a system?
How do I start a shell script?
Why do we use shell scripting?
What is a file basename?
Explain about echo command?
What is the way to do multilevel if-else's in shell scripting?
What command needs to be used to take the backup?
What does $1 mean in bash?
How to check if the previous command was run successfully?
What does $$ mean in shell script?