Live Chat!

Run multiple commands consequently

          0 votos

October 3rd, 2006 mysurface

By specified terminator ( ; ) like in C/C++ programming, you can run multiple commands consequently. We usually want to do this when we want to compile and install source code for certain packages.
./configure;make;make install
Bash first execute the configure, then make , consequently will install the package. But bare in mind, bash have no intelligent, [...]

Posted in Symbol, du, read, terminator, while | Hits: 15601 | 3 Comments »