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

Man Page: function::cmdline_arg

Operating Environment: debian

Section: 3

function::cmdline_arg

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

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)
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. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
function::ansi_set_color2(3) - debian
function::ansi_set_color3(3) - debian
tapset::kprocess(3stap) - centos
tapset::memory(3stap) - centos
tapset::timestamp(3stap) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...