Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Redirect output to spare VC #231

Open
wx4cb opened this issue Sep 10, 2022 · 0 comments
Open

[REQUEST] Redirect output to spare VC #231

wx4cb opened this issue Sep 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@wx4cb
Copy link

wx4cb commented Sep 10, 2022

normally I can redirect (and background) a process and send its output to a spare unused virtual console with below:

2>&1 > /dev/tty8&

but when i do that with bashtop, nothing happens and then it gets paused. if i then "fg" the process it works but then obviously it ties up the current vc as well which is not what i want.

right now i have a syslog tail on /dev/tty7, and would love to have bashlog on tty8 so that I can just alt-f8 to look at it

@wx4cb wx4cb added the enhancement New feature or request label Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants