Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

function::cmdline_args(3stap)


FUNCTION::CMDLINE_AR

FUNCTION::CMDLINE_AR

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

NAME

function::cmdline_args − Fetch command line arguments from current process

SYNOPSIS

cmdline_args:string(n:long,m:long,delim:string)

ARGUMENTS

n

First argument to get (zero is the command itself)

m

Last argument to get (or minus one for all arguments after n)

delim

String to use to delimit arguments when more than one.

GENERAL SYNTAX

cmdline_args:string(n:long, m:long, delim:string)

DESCRIPTION

Returns arguments from the current process starting with argument number n, up to argument m. If there are less than n arguments, or the arguments cannot be retrieved from the current process, the empty string is returned. If m is smaller than n then all arguments starting from argument n are returned. Argument zero is traditionally the command itself.



function::cmdline_args(3stap)