I want to know how to accomplish this: Open a new window in GNU/screen, by running a command.
Here's what I want to do:
I uses GNU/screen daily. My laptop runs in UTF-8 locale, and I need to ssh to some specific servers which runs in GBK locale.
Normally I need to change encoding after I ssh to the server. I'm looking for an automatic way, which allows me just alias
a series of command and then start the ssh GBK_LOCALE_SERVER
command in another GBK-encoding GNU/screen window