Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

App::ClusterSSH::Range (3)

Name

App::ClusterSSH::Range - Man page for 'App::ClusterSSH::Range' in section 3

Synopsis

use App::ClusterSSH::Range;
my $range=App::ClusterSSH::Range->new();
my @list = $range->expand('range{0..5}');

Description

User Contributed Perl Documentation                  App::ClusterSSH::Range(3)



SYNOPSIS
           use App::ClusterSSH::Range;
           my $range=App::ClusterSSH::Range->new();
           my @list = $range->expand('range{0..5}');

DESCRIPTION
       Perform string expansion looking for ranges before then finishing off
       using "File::Glob::bsd_glob".

METHODS
       $range = App::ClusterSSH::Range->new();
           Create a new object to perform range processing

       @expanded = $range->expand(@strings);
           Expand the given strings.  Ranges are checked for and processed.
           The resulting string is then put through File::Glob::bsd_glob
           before being returned.

           Ranges are of the form:

            base{start..stop}
            a{0..3} => a0 a1 a2 a3
            b{4..6,9,12..14} => b4 b5 b6 b9 b12 b13 b14



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE   |
       +---------------+-------------------+
       |Availability   | terminal/cssh-532 |
       +---------------+-------------------+
       |Stability      | Uncommitted       |
       +---------------+-------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://downloads.sourceforge.net/project/clusterssh/2.%20ClusterSSH%20Series%204/App-
       ClusterSSH-4.09.tar.gz.

       Further information about this software can be found on the open source
       community website at https://sourceforge.net/projects/clusterssh/.



perl v5.32.0                      2017-03-11         App::ClusterSSH::Range(3)