Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
_ofdw
on Oct 29, 2019
|
parent
|
context
|
favorite
| on:
A Quick and Easy Guide to Tmux (2015)
Isn't that a simple matter of
ps aux | grep tmux kill -9 12345 ?
alpaca128
on Oct 30, 2019
|
next
[–]
Yes, that is simple. Finding out the first time why it suddenly stopped updating the config - after it already worked multiple times minutes before that - is a different matter.
ljm
on Oct 30, 2019
|
prev
[–]
I prefer the nuclear option, which also gives you a bit of a gamble depending on your search string
pgrep tmux | xargs kill -9
ryanianian
on Oct 30, 2019
|
parent
[–]
`pkill -9 tmux` (or `pkill -9 [t]mux` if you're doing it over ssh)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: