On Mon, Feb 23, 2009 at 11:53 AM, Don Harper duck@duckland.org wrote:
Under bash, I have a function defined like so: function ss () { screen -t $1 ssh $* }
Then, I simply type: ss hostname
Nice, this is helpful. I used "ssc" instead because there appears to be a built in ss command.