Re: Terminal will not shut up even when i'm in another window

2021-11-18 Thread Michael Marshall
s@googlegroups.com > <mailto:macvisionaries@googlegroups.com> <mailto:macvisionaries@googlegroups.com>> on behalf of Michael Marshall > mailto:mightymaggie...@gmail.com>> > Date: Thursday, November 18, 2021 at 14:59 > To: 'Maxwell Ivey' via MacVisionaries <m

Re: Terminal will not shut up even when i'm in another window

2021-11-18 Thread 'ja...@jasonjgw.net' via MacVisionaries
To redirect standard output and standard error to a file, you should be able to use Command &> filename From: macvisionaries@googlegroups.com on behalf of Michael Marshall Date: Thursday, November 18, 2021 at 14:59 To: 'Maxwell Ivey' via MacVisionaries Subject: Re: Terminal

Re: Terminal will not shut up even when i'm in another window

2021-11-18 Thread Michael Marshall
hey, I should clarify a couple of things. When I'm running these commands, I command tab out of the terminal and just start using the computer normally. I don't have a great deal of experience with the terminal actually so I don't know how to output text to files or anything like that. > On 19 N

Re: Terminal will not shut up even when i'm in another window

2021-11-18 Thread 'ja...@jasonjgw.net' via MacVisionaries
I suppose you could run tmux, start the long-running processes in there, and detach with Ctrl-B, Ctrl-d until you decide to return to the session to inspect the results. Alternatively, redirect standard output and standard error to a file. From: macvisionaries@googlegroups.com on behalf of Mi