argv0(1) osf1 man page | unix.com

Man Page: argv0

Operating Environment: osf1

Section: 1

argv0(1)						      General Commands Manual							  argv0(1)

NAME
argv0 - run a program with a specified 0th argument SYNOPSIS
argv0 realname zero [ arg ... ] 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. SEE ALSO
csh(1), tcpserver(1), execve(2), execvp(3), inetd(8) argv0(1)
Related Man Pages
ssh-argv0(1) - opendarwin
ssh-argv0(1) - v7
ssh-argv0(1) - posix
ssh-argv0(1) - osf1
ssh-argv0(1) - ultrix
Similar Topics in the Unix Linux Community
Using expect command, spawn will not start sftp process
Expect script called in loop from Bash Script
scp not working in expect script
Expect Script - Not Seeing Output from While Loop
Multiple expect/send statements not working in shell script