Monday, August 10, 2009

bash tip

Throw this in your .bashrc: alias s="screen -RAad" . This makes multiple screen session management
really easy. When I want to IRC, I just type "s irc". When I'm checking out how my torrent is going, "s
tor". The beauty is, you don't have to do anything different for a new session. If you forget which
sessions you have going, just type "s" and you'll be provided with a list of existing screen sessions.

More useful tips available:

http://ask.slashdot.org/article.pl?sid=08/06/29/1417247

No comments: