CLR(1) General Commands Manual CLR(1)NAME
clr - clear the screen
SYNOPSIS
clr
EXAMPLES
clr # Clear the screen
DESCRIPTION
All text is removed from the screen, resulting in an empty screen with the cursor positioned in the upper left-hand corner.
CLR(1)
Check Out this Related Man Page
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)
on 2 node x86-cluster, I 'm trying to configure Mysql with failover zfs,
I could create resource group and logicalhostname for mysql but resource creation fails, probably because the same Zpool was used for creating another HAstorageplus storage resource.
the zfs which mysql is going to use... (0 Replies)
I am unable to use clear or cls command on bash shell. I have recently installed Cygwin and am using that for practicing unix commands.
I see that I can use Ctrl + L to clear the screen. I created an alias in my .bashrc to do the same as
alias cls='^L'
This is how i defined other aliases ... (4 Replies)
The username is of the format : 123456789110000-1234@something.com
With this below TCL procedure, I am trying add first and Sec Id and get third Id.
I checked in online compiler and it seems to work and add. However, when I am running this in my lab, I get error as "integer value too large to... (1 Reply)