Unix and Linux Discussions Tagged with screen |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
4,808 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,537 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
12,681 |
Programming |
|
|
|
1 |
1,666 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,181 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,138 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
664 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
16,121 |
Linux |
|
|
|
7 |
11,948 |
BSD |
|
|
|
4 |
1,464 |
Shell Programming and Scripting |
|
|
|
2 |
3,040 |
Shell Programming and Scripting |
|
|
|
9 |
7,627 |
Shell Programming and Scripting |
|
|
|
6 |
2,863 |
Shell Programming and Scripting |
|
|
|
0 |
2,759 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,916 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,031 |
Shell Programming and Scripting |
|
|
|
2 |
2,911 |
AIX |
|
|
|
0 |
4,103 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,914 |
Shell Programming and Scripting |
|
|
|
2 |
11,761 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
15,252 |
Shell Programming and Scripting |
|
|
|
5 |
8,395 |
Shell Programming and Scripting |
|
|
|
4 |
7,229 |
HP-UX |
|
|
|
1 |
25,196 |
Solaris |
|
|
|
2 |
2,357 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
839 |
Software Releases - RSS News |
|
|
|
1 |
5,015 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,328 |
OS X Support RSS |
|
|
|
11 |
6,750 |
Solaris |
|
|
|
0 |
3,921 |
OS X Support RSS |
|
|
|
0 |
925 |
Software Releases - RSS News |
|
|
|
5 |
3,239 |
Shell Programming and Scripting |
|
|
|
1 |
2,138 |
Shell Programming and Scripting |
|
|
|
4 |
18,891 |
Programming |
|
|
|
2 |
3,851 |
OS X (Apple) |
|
|
|
8 |
13,433 |
Cybersecurity |
|
|
|
0 |
4,221 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
8,745 |
Solaris |
|
|
|
2 |
7,320 |
Solaris |
|
|
|
0 |
4,340 |
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)