function::cmdline_args(3) debian man page | unix.com

Man Page: function::cmdline_args

Operating Environment: debian

Section: 3

function::cmdline_args

FUNCTION:(3stap)						 Context Functions						  FUNCTION:(3stap)

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.
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. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
drop_function(7) - suse
function::ansi_set_color2(3stap) - centos
function::ansi_set_color3(3stap) - centos
tapset::stap_staticmarkers(3stap) - centos
tapset::string(3stap) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph