Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • executing exec &> >(tee >(cat >&/dev/ttys000)) does not exists, making it impossible to type. Commented Apr 18, 2019 at 19:15
  • @EdwardTorvalds on linux the tty will be something like /dev/pts/0 Commented Apr 18, 2019 at 19:17
  • yeah, that is what I used to test your code Commented Apr 20, 2019 at 16:55
  • @EdwardTorvalds what command doesn't exist? Commented Apr 20, 2019 at 21:48
  • your command exec &> >(tee >(cat >&/dev/pts/1)). No control key combination (ctrl+c) work. I have to kill the terminal to exit Commented Apr 21, 2019 at 8:11