Live Chat!

Split screen console terminal ~ Terminator

1 votos Vota!!

January 3rd, 2010 mysurface

Sometimes, you may have many logs to trace at once, you may need to copy and paste text from files to files, and tabbed terminal is just not convenient enough.
So, you hope for a terminal that allows you to split your console screen into either horizontal or vertical flexibly. If you have such requirements like [...]

Posted in Misc, terminator | Hits: 35629 | No Comments »

Run multiple commands consequently

0 votos Vota!!

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: 30285 | 4 Comments »