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_arg(3stap)


FUNCTION::CMDLINE_AR

FUNCTION::CMDLINE_AR

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

NAME

function::cmdline_arg − Fetch a command line argument.

SYNOPSIS

cmdline_arg:string(n:long)

ARGUMENTS

n

Argument to get (zero is the command itself)

GENERAL SYNTAX

cmdline_arg:string(n:long)

DESCRIPTION

Returns argument the requested argument from the current process or the empty string when there are not that many arguments or there is a problem retrieving the argument. Argument zero is traditionally the command itself.



function::cmdline_arg(3stap)