2008-03-14 20:54:31 +00:00
|
|
|
=head1 Name
|
|
|
|
|
|
|
|
B<wkill> - kill windowed remote consoles
|
|
|
|
|
|
|
|
=head1 B<Synopsis>
|
|
|
|
|
|
|
|
B<wkill> [I<noderange>]
|
|
|
|
|
|
|
|
B<wkill> [B<-h>|B<--help>|B<-v>|B<--version>]
|
|
|
|
|
|
|
|
=head1 B<Description>
|
|
|
|
|
|
|
|
B<wkill> will kill the wcons windows on your $DISPLAY for a single or
|
|
|
|
range or nodes or groups.
|
|
|
|
|
|
|
|
B<wkill> was written because I'm too lazy to point and click off 64 windows.
|
|
|
|
|
|
|
|
B<wkill> will only kill windows on your display and for only the
|
2008-03-17 13:34:40 +00:00
|
|
|
L<noderange(3)|noderange.3> you specify. If no L<noderange(3)|noderange.3> is specified, then all
|
2008-03-14 20:54:31 +00:00
|
|
|
wcons windows on your $DISPLAY will be killed.
|
|
|
|
|
|
|
|
=head1 B<Options>
|
|
|
|
|
|
|
|
=over 5
|
|
|
|
|
|
|
|
=item B<-h>|B<--help>
|
|
|
|
|
|
|
|
Print help.
|
|
|
|
|
|
|
|
=item B<-v>|B<--version>
|
|
|
|
|
|
|
|
Print version.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
|
|
|
|
=head1 B<Examples>
|
|
|
|
|
|
|
|
B<wkill> I<node1-node5>
|
|
|
|
|
|
|
|
=head1 B<Author>
|
|
|
|
|
|
|
|
Egan Ford <egan@us.ibm.com>
|
|
|
|
|
|
|
|
=head1 B<See> B<Also>
|
|
|
|
|
2008-03-17 13:34:40 +00:00
|
|
|
L<noderange(3)|noderange.3>, L<wcons(1)|wcons.1>.
|