Summary: Hi. I have a kornshell script that runs on a daily basis as a cron job. Part of what the script does is copy the folder contents from another server t...
Summary: Thanks for the response. I've another question. I was trying to connect to a remote system via ssh. When I run the script from my user account, ssh co...
Summary: Hello, I have a Ksh script problem. The scrip is polling a directory every 5 mins to get a file, which contains the input line like "put abc.dat /hom...
Summary: I am calling ndmcli from a script. When I run the script it gives me a syntax error for the "<<". this is a korn script... when I take the EOJ...
Summary: If you are asking how to pull variables from each line of your file based upon fixed column positions, then I believe you have the general idea of it....
Summary: I am writing a KSH script with an SQL query in the middle, and then finished with some clean up processes. The problem I am running into is that somet...
Summary: Hi All: I need a KSH script which does the following: 1. CD to Directory - "/home/RAOB/TOC/" and list the files present in that directory 2. Generate ...
Summary: Hi All: I am a newbie for ksh scripting.My code doesn't work. Can someone help? I am trying to automate the process of file read from a directory. The...
Summary: Hello all, I'm having a problem with one part of my KSH script. Below is the script and OutPut. What I would like to do next is combine field 1 "exam...
Summary: Hi everyone, I was asked to create a ksh script which does the following: (using ksh88 on AIX) 1. Check if file transfer is finished (via sftp) 2. C...
Summary: xmessage is used to display a window containing a message from the command line (or in my case, from a script file). The message I want to display i...
Summary: hi, my problem is that i have to make a web based system. in which i have to use korn shell cgi scripting. and create users and directories from web. ...
Summary: Hi all, I'm trying to prompt user for input using "read" in ksh script. I want to quit, if the user doen't input any value for say "45" seconds. Can a...
Summary: Dear friend, i found something from newsgroups and i saved it, and here it is. I hope helping you. ================= Jeff, Define the variables as app...
Summary: Folks, I am trying to create a script or scripts to test telnet connectivity. Basically I have telnet (see below) working, except when successfull I g...
Summary: I'm trying to write a script that searches through a file for an occurrence of an expresssion. However, I want to use something like this: #!/bin/ksh...
Summary: I need to read ONLY values between 0 and 254. I thought about it overnight and decided I can do this using a case command and a loop - #!/bin/ksh fu...
Summary: trying to call ksh scripts on other servers using rsh. Error is "command not found". Logic is: rsh localdev1 name /path/scriptname.ksh i.e. rsh | host...
Summary: try this for your file: / set serveroutput on size 50000 spool /appworx/dir01/file1/script1/test10.csv select so_module, to_char(SO_JOB_STARTED,'HH24:...
Summary: I would like to know how to test from a windows2000 workstation whether a specific port on an AIX server is accepting connections or not. For example,...
Summary: Hi~ I'm running NetBSD-1.5.2 on the i386 platform w/ wscons enabled (virtual screens 0 thru 3) and am trying to add some C-shell scripting to my ~/.cs...