Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pja
on Nov 20, 2011
|
parent
|
context
|
favorite
| on:
What's the one Linux command you wish you knew yea...
reptyr:
https://github.com/nelhage/reptyr
is Linux specific & involves a fairly gruesome abuse of ptrace() to attach a running process to your current pty. It won't put the process in the shell jobs list though.
There's also retty:
http://pasky.or.cz/dev/retty/
but again it's not a complete solution.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
There's also retty: http://pasky.or.cz/dev/retty/ but again it's not a complete solution.