On Mon, Dec 15, 2008 at 9:38 AM, Albert Vilella <[email protected]> wrote: > Hi, > > Is there a way to save a given gnu screen session to a file/directory > so that when > the machine is rebooted I can have my windows, bash history and ENV > variables back? >
Not directly, but with a crafty $HOME/.screenrc, @reboot line in crontab, and screen -dm, you can get the effect of 'remembered' sessions. Read the manual regarding the -dm options. Regards, -- Glen Barber "If you have any trouble sounding condescending, find a Unix user to show you how it's done." --Scott Adams _______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
