logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

argv0 - run a program with a specified 0th argument

Description

argv0 runs the program stored as realname on disk, with the given arguments.  It sets the 0th argument of
       the program to zero.

       For example,

            argv0 /bin/csh -bin/csh

       runs  /bin/csh  with  a  0th  argument  of  -bin/csh.   csh  will  think  it  is a login shell and behave
       accordingly.

       argv0 can be used to run some inetd wrappers under tcpserver.

Name

       argv0 - run a program with a specified 0th argument

See Also

csh(1), tcpserver(1), execve(2), execvp(3), inetd(8)

                                                                                                        argv0(1)

Synopsis

argv0realnamezero [ arg...  ]

See Also