Unix and Linux Discussions Tagged with screen |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
15,287 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,144 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
24,107 |
Programming |
|
|
|
1 |
3,132 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,036 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,180 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,414 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
21,880 |
Linux |
|
|
|
7 |
18,206 |
BSD |
|
|
|
4 |
2,289 |
Shell Programming and Scripting |
|
|
|
2 |
3,490 |
Shell Programming and Scripting |
|
|
|
9 |
8,762 |
Shell Programming and Scripting |
|
|
|
6 |
3,546 |
Shell Programming and Scripting |
|
|
|
0 |
3,257 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,441 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,523 |
Shell Programming and Scripting |
|
|
|
2 |
3,423 |
AIX |
|
|
|
0 |
4,660 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,249 |
Shell Programming and Scripting |
|
|
|
2 |
13,071 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
17,567 |
Shell Programming and Scripting |
|
|
|
5 |
9,390 |
Shell Programming and Scripting |
|
|
|
4 |
7,973 |
HP-UX |
|
|
|
1 |
26,509 |
Solaris |
|
|
|
2 |
2,731 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,265 |
Software Releases - RSS News |
|
|
|
1 |
5,689 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,796 |
OS X Support RSS |
|
|
|
11 |
8,116 |
Solaris |
|
|
|
0 |
4,206 |
OS X Support RSS |
|
|
|
0 |
1,434 |
Software Releases - RSS News |
|
|
|
5 |
4,599 |
Shell Programming and Scripting |
|
|
|
1 |
2,685 |
Shell Programming and Scripting |
|
|
|
4 |
21,378 |
Programming |
|
|
|
2 |
5,839 |
OS X (Apple) |
|
|
|
8 |
19,707 |
Cybersecurity |
|
|
|
0 |
4,594 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
10,071 |
Solaris |
|
|
|
2 |
8,308 |
Solaris |
|
|
|
0 |
4,831 |
UNIX and Linux RSS News |
SCREEN-IR(1) Axel Beckert SCREEN-IR(1)
NAME
screen-ir -- Interactively Reattach to GNU Screen sessions
SYNOPSIS
screen-ir [additional screen options ...]
DESCRIPTION
screen-ir uses iSelect(1) to interactively reattach to running screen sessions.
Use the screen option -d or -D if you want to reattach to attached screen sessions.
Use the screen option -x if you want to attach to screen sessions without detaching them.
FILES
screen-ir sources ~/.screen-irrc if it exists. It recognizes two variables:
The contents of SCREEN_OPTIONS is given to screen(1) as command-line options. Default is -r. Use e.g. -rd if you always want to reattach to
already attached screen sessions.
The contents of ISELECT_OPTIONS is given to iselect(1) as command-line options. Default is empty. Use e.g. -f if you always want to see the
interactive selection, even if there's only one screen session running, i.e. you have no choice.
AUTHOR
Axel Beckert <abe@debian.org>
SEE ALSO
screen(1), iselect(1)
EN
2011-09-04 SCREEN-IR(1)