Query: function::cmdline_args
OS: centos
Section: 3stap
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FUNCTION::CMDLINE_AR(3stap) Context Functions FUNCTION::CMDLINE_AR(3stap)NAMEfunction::cmdline_args - Fetch command line arguments from current processSYNOPSIScmdline_args:string(n:long,m:long,delim:string)ARGUMENTSn First argument to get (zero is normally the program itself) m Last argument to get (or minus one for all arguments after n) delim String to use to separate arguments when more than one.DESCRIPTIONReturns 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. SystemTap Tapset Reference June 2014 FUNCTION::CMDLINE_AR(3stap)
Related Man Pages |
---|
function::ctime(3) - debian |
function::ctime(3stap) - centos |
function::ansi_set_color2(3stap) - centos |
tapset::context(3stap) - centos |
tapset::stap_staticmarkers(3stap) - centos |
Similar Topics in the Unix Linux Community |
---|
Best performance UNIX just for HOST Virtualization? |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Shopt -s histappend |
[TIP] Processing YAML files with yq |