On Thu, Sep 21, at 08:36 Brandon Peirce wrote: > Peter Ennis wrote: > >Dan Nicholson <dbn.lists <at> gmail.com> writes: > > > >> Not the answer you're looking for, but a much better general purpose > >> solution is to use screen. It's an awesome terminal multiplexer. > >... > > > >It works great and the hanging error in bash tests passed. > >This is a great resource for others reading the list: > >http://jmcpherson.org/screen.html > > Screen is full of possibilities that are seldom used. > This one is worth a read IMO for some ideas: > http://www.jerri.de/blog/archives/2006/05/02/T22_41_44/ >
You know,you can do some fancy things with this stuff,watch for a poor demonstration. screen -S mysession -p elinks -X stuff "t gl LFS ^M" Explanation. In a screen session "mysession",find the window with the name "elinks" hit the tab (t) key,type (gl) [1] and search for LFS.Where is the carriage return (that means enter),which you can take it by hiting C-v C-m in vim or in a terminal. 1. http://www.google.com/linux?hl=el&ie=UTF-8&q=%s&num=100 And with the combination of xclip,you can send the xclipboard contents to all of those fancy little scripts. A little savior for all the lazy people like me if you ask me. :) -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
