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...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_23358887.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_23539797.html
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...
http://www.experts-exchange.com/Networking/Windows_Networking/9x/Q_10030316.html
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 ?
http://www.experts-exchange.com/Database/Oracle/Q_10035123.html
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..
http://www.experts-exchange.com/Database/Oracle/Q_10038047.html
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 ...
http://www.experts-exchange.com/OS/Unix/Q_10040256.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10041440.html
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
http://www.experts-exchange.com/Programming/Languages/C/Q_10048696.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10068587.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10074948.html