Re: screen - bash history

2021-11-07 Thread Tim Daneliuk
On 11/7/21 12:29 AM, Vishal Priyatham wrote: > Hi team, > > We are using screen utility on linux server for one of our projects.  > We have some issue related to our application and wanted to check what were > some of the commands run in the past which caused the issue.  > Is there a way to know

Re: screen - bash history

2021-11-07 Thread Robin Lee Powell
Well, the normal shell history stuff. As far as screen goes, you can dump the scrollback and search for your shell prompt, but that's about it. On Sun, Nov 07, 2021 at 09:29:12AM +0400, Vishal Priyatham wrote: > Hi team, > > We are using screen utility on linux server for one of our projects. >

Re: screen - bash history

2021-11-07 Thread Vishal Priyatham
Thanks Robin for the reply. looks like we lost the history then as the screen session killed now. Regards, Vishal On Sun, Nov 7, 2021 at 10:28 AM Robin Lee Powell wrote: > Well, the normal shell history stuff. > > As far as screen goes, you can dump the scrollback and search for > your shell p

Re: screen - bash history

2021-11-07 Thread Dave Woodfall
On 07/11/21 09:29, Vishal Priyatham put forth the proposition: > Hi team, > We are using screen utility on linux server for one of our projects. > We have some issue related to our application and wanted to check what were > some of the commands run in the past which caused the issue. > Is there a