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
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is shell and shell script?
How many fields are present in a crontab file and what does each field specify?
How can the contents of a file inside jar be read without extracting in a shell script?
What are the advantages of using shell scripts?
What is bourne shell scripting?
What is path variable bash?
How do I read a .sh file?
What does path stand for?
What is inside a seashell?
determine the output of the following command: echo ${new:-variable}
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
What is shell and terminal?
What is shell environment?
What is the difference between scripting and coding?