05-18-2002
Hi,
I have some additional infor for you. There is one more arg to main. It is the char *env[]. which is very similar to char *argv[]. This arg contains all the system variables set up in the environment. Also there is a workaround for the same. you also have a getenv function which can help you get these arguments.
Happy programming buddy
penguin
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
can someone please tell me how i can increase the number of characters that can be input on the command line? (2 Replies)
Discussion started by: Scoogie
2 Replies
2. Shell Programming and Scripting
Anyone know how to set it up so that when at command line in unix (specifically solaris 2.5.1), and you hit the tab it will finish the command with the nearest file that matches? AND how to set it up so using up and down arrows access your previous commands?
Thanks for all the help here, i've had... (3 Replies)
Discussion started by: kymberm
3 Replies
3. Shell Programming and Scripting
Hello,
I am trying to replace a string with a paramter given along with the script.
I am replacing application1 to application2 with the script:
./change_app.sh application2
change_app.sh:
#!/bin/ksh
grep $1 applications.dat 2>&1 >/dev/null
echo $1
file=pckage.new
sed 's/Name:... (5 Replies)
Discussion started by: chiru_h
5 Replies
4. Shell Programming and Scripting
Say I have (in psuedocode)
For i=1 to 10
tar cvfb /... 5*i /junk(i)
end
What I mean is that I want each successive for loop to have the block size parameter be 5 times the current counter. This isn't my actual code, just a stupid example...So the question is how do I descrive that parameter... (2 Replies)
Discussion started by: jeriryan87
2 Replies
5. UNIX for Dummies Questions & Answers
Hi.. I am pretty new to Linux . Jus joined 2 weeks ago. My problem is I need to design a particular Application which needs to communicate the Value calclulate by a C++ program 2 another computer..I have done a bit of socket programming to acheive this(The 2 computers are connected via LAN ) ..Now... (1 Reply)
Discussion started by: aytida88
1 Replies
6. Shell Programming and Scripting
Hi,
I need to check if a parameter provided at the command line is equal to --.How can i do that ? Please help me.
Thanks and Regards,
Padmini (4 Replies)
Discussion started by: padmisri
4 Replies
7. Shell Programming and Scripting
"$#" gives the number of command-line arguments. How do you get the last command-line parameter (or any particular one determined by a variable)? I thought it would be "${$#}", but that produces something completely unexpected. (4 Replies)
Discussion started by: dkarr
4 Replies
8. Shell Programming and Scripting
I have a simple script that builds a complex program call which passes a number of parameters to the program. I'm trying to enhance the script to include the value of the command line parameter in the name of a file being created. The problem I'm having is that the parameter may include a forward... (11 Replies)
Discussion started by: pbmax626
11 Replies
9. Shell Programming and Scripting
i am a beginner, i want to make a program that takes any command line arguments... and print it out in reverse.
ie. if the command line argument is "thanks for helping me"
i want it to output "me helping for thanks" :D
i have tried using the reverse command, but i cant get it working!!
... (3 Replies)
Discussion started by: bshell_1214
3 Replies
10. UNIX and Linux Applications
I need to execute a .ksh from command line. The ksh calls a control file and has 3 parameters. First parameter is a csv file, second the target table in oracle and third parameter is a date parameter.
I am attempting the below from the ksh command line
{code} => testfile.ksh filname.csv... (1 Reply)
Discussion started by: kobe24
1 Replies
LEARN ABOUT DEBIAN
ns_sockasyncconnect
Ns_Sock(3aolserver) AOLserver Library Procedures Ns_Sock(3aolserver)
__________________________________________________________________________________________________________________________________________________
NAME
Ns_BindSock, Ns_GetSockAddr, Ns_SockAccept, Ns_SockAsyncConnect, Ns_SockAsyncConnect2, Ns_SockBind, Ns_SockCloseLater, Ns_SockConnect,
Ns_SockConnect2, Ns_SockListen, Ns_SockListenEx, Ns_SockPipe, Ns_SockSetBlocking, Ns_SockSetNonBlocking, Ns_SockStrError, Ns_SockTimedCon-
nect, Ns_SockTimedConnect2, ns_pipe, ns_sockpair - library procedures
SYNOPSIS
#include "ns.h"
Ns_BindSock(arg, arg)
Ns_GetSockAddr(arg, arg)
Ns_SockAccept(arg, arg)
Ns_SockAsyncConnect(arg, arg)
Ns_SockAsyncConnect2(arg, arg)
Ns_SockBind(arg, arg)
Ns_SockCloseLater(arg, arg)
Ns_SockConnect(arg, arg)
Ns_SockConnect2(arg, arg)
Ns_SockListen(arg, arg)
Ns_SockListenEx(arg, arg)
Ns_SockPipe(arg, arg)
Ns_SockSetBlocking(arg, arg)
Ns_SockSetNonBlocking(arg, arg)
Ns_SockStrError(arg, arg)
Ns_SockTimedConnect(arg, arg)
Ns_SockTimedConnect2(arg, arg)
ns_pipe(arg, arg)
ns_sockpair(arg, arg)
_________________________________________________________________
DESCRIPTION
These functions ...
SEE ALSO
nsd(1), info(n)
KEYWORDS
AOLserver 4.0 Ns_Sock(3aolserver)