getarg(3f) bsd man page | unix.com

Man Page: getarg

Operating Environment: bsd

Section: 3f

GETARG(3F)																GETARG(3F)

NAME
getarg, iargc - return command line arguments
SYNOPSIS
subroutine getarg (k, arg) character*(*) arg function iargc ()
DESCRIPTION
A call to getarg will return the kth command line argument in character string arg. The 0th argument is the command name. Iargc returns the index of the last command line argument.
FILES
/usr/lib/libU77.a
SEE ALSO
getenv(3F), execve(2) 4th Berkeley Distribution May 15, 1985 GETARG(3F)
Related Man Pages
apply(1) - bsd
intro(3f) - bsd
ns_sockasyncconnect2(3aolserv) - debian
ns_sockconnect(3aolserv) - debian
ns_socklistenex(3aolserv) - debian
Similar Topics in the Unix Linux Community
AIX equivalent to /proc/self/cmdline to get process name from C++ program
Using Shell Script To Loop Program Through Multiple Text Files
Detail on For loop for multiple file input and bash variable usage
Help for programming a UNIX Shell in C++
Help for programming a UNIX Shell in C++