Summary: Hi, I am in need of a script ksh script that will show disk space usage by individual user directories, translate their username to their real name us...
Summary: I want to write a ksh script with the following specification: - prompt user to input 3 numbers (n1, n2, n3) which is corresponds to any 3 columns, ex...
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: 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: 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: 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: 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: 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: I have a section of code that prompts the user at certain points for whether or not they would like to continue with script. Works fine. Default is ...
Summary: I have a section of code that prompts the user at certain points for whether or not they would like to continue with script. Works fine. Default is ...