locked Re: Reading past the visible screen on a CMD Window?
Tony Malykh
Hi As others have said, the best option would probably be to redirect your output into a file and then open that file in the editor of your choice. Since you mentioned you're working over ssh, you would need to somehow copy that file over to your local computer. The way I have solved this problem is I had to mount the file system of my ssh server locally using SSHFS, or alternatively you can use SMB, and then you can open files directly from your remote server. It requires some effort to configure network file system, but in the end it's probably the only convenient solution. --Tony
On 6/4/2019 6:49 AM, Brandon Keith
Biggs wrote:
|
|