I'm using screen on my home server. I start it by issuing
screen -dmS [name]
Then, when I've connected I can Ctrl+A, n to jump between screens and Ctrl+A, c to create new ones... How, however, I have too many and I'd like to remove one of them. How do I do that? How do I go from Ctrl+A, n 4 times down to Ctrl+A, n 3 times to cycle through all of them?
Thanks, Scott