Advertisement

1 - 10 of 2632 containing alltags:("UNIX") (0.002 seconds)
Below is the .sh file that I am using to connect to SFTP server and delete the file after download. I would like to change the script so that the "rm" is not performed if there is no file. How do I...
Zones: Solaris, UnixDate Answered: 07/12/2008 Grade: B Views: 86
I have a unix Shell script on AIX box. What i am trying to do is run the java command in a shell script and the output of that java command is appended to a .csv file in unix. I want to send the...
Zones: Unix Systems ProgrammingDate Answered: 07/07/2008 Grade: A Views: 8
I have SCO 3.2v4.2 and Sun RPC ( with rpcgen protocol compiler ), and clients under Win95. For clients I use MS Visual C++ 5.0 with DEC RPC ( MIDL protocol compiler ) - but there one dont compatibl...
Zones: Windows 9x Networking, Tru64 ...Date Answered: 12/10/1997 Grade: D Views: 0
I want to know how do i use the forms4 (on oracle rdbms 7.2.3) to call a C function  with parametrs on Unix , and  get back the results ?
Zones: OracleDate Answered: 01/12/1998 Grade: A Views: 0
Our Database is OS authenticated. I don't want NT clients to connect db without entering username/password while unix clients can. Unix and Windows OS usernames are same for each OS. Thanks..
Zones: OracleDate Answered: 02/18/1998 Grade: D Views: 0
Hello;   I have an Unisys machine using Unix SVR4. This machine works with 64 Mb or RAM and one 4 Gg disk. Now, this machine ups the memory to 256 Mb and have one 4 Gb, two 2 Gb disk. This machine ...
Zones: UnixDate Answered: 04/12/1998 Grade: C Views: 4
Hi,     I am writing a program in UNIX that will be ported to a network (Win95 sever) running Windows3.1 (yes 3.1) machines. I am having trouble understanding how to get a time from the system at s...
Zones: C++Date Answered: 03/12/1998 Grade: A Views: 0
Is there any way to know that exec failed. Suppose i execute         execvl("hi","hi","-la"); How do i know that this is invalid command, since it does not return -1. thanks      
Zones: CDate Answered: 05/02/1998 Grade: D Views: 0
I'm trying to port some Unix code to NT and having difficultyduplicating the functionality of the signal()/alarm() combination, as shown below. signal(SIGALRM, SIG_PARAM_TYPE catch_it);       alarm((in...
Zones: Windows ProgrammingDate Answered: 08/04/1998 Grade: B Views: 0
Ok, how do I do some precise time in unix?  In dos, I know how to tie my program to the tick interrupt, and use that for time purposes.   for example, while dothis {    do_something;     check_ti...
Zones: Unix Systems ProgrammingDate Answered: 09/04/1998 Grade: B Views: 0