GETARG(3F) GETARG(3F)NAMEgetarg, iargc - return command line argumentsSYNOPSISsubroutine getarg (k, arg) character*(*) arg function iargc ()DESCRIPTIONA 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.aSEE ALSOgetenv(3F), execve(2) 4th Berkeley Distribution May 15, 1985 GETARG(3F)
| Related Man Pages |
|---|
| intro(3f) - bsd |
| ns_bindsock(3aolserv) - debian |
| ns_getsockaddr(3aolserv) - debian |
| ns_sockconnect(3aolserv) - debian |
| arg_printusage(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| keep track of the last 10 commands the user typed |
| Compilation problem with gfortran |
| Using Shell Script To Loop Program Through Multiple Text Files |
| Help for programming a UNIX Shell in C++ |