Created
March 12, 2020 12:59
-
-
Save Goon3r/1869836d2d17703783732fdf5ddc69fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ screen -ls | |
# Grab screen id for rtorrent process | |
$ screen -r [rtorrent id] | |
# From within rtorrent screen | |
ctrl x # start command input | |
import=~/.rtorrent.rc # import config | |
ctrl a+d # detach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment