Summary: Hi all, I'm trying to modify a file using ksh script. I need to parse the file and then look for a specific occurence of a pattern and then assign it ...
Summary: Hi, I am trying to write a script that can convert the date at the beginning of each record and preserve the rest of the data. The records are stored...
Summary: hi all, This is regarding ksh script. I have a ftp script which does fine job in copying files to remote server. But i still have a small problem...
Summary: I'm looking for a way to detect a hung ftp process running on a unix server. I have the pattern to grep for in the process list and the way we determi...
Summary: ksh script My script displays as I hoped it would, but when i get the sub menu's up (select options 2 or 3, on first menu displayed) but doesn't funct...
Summary: Hi everyone, Could someone help me? PLEASE! I need to write a script that will display each user that is allowed to log on to the box and the comment...
Summary: I am looking for a ksh script (without the help of the Kermit libraries) which connects to a ftp server and checks if the file "KEI.done" exists. If t...
Summary: I have a script that lists /dir/dir/filename /dir/dir/dir/filename I need to strip off anything before filename including the final / any ideas? Mayb...
Summary: Hello Everybody, I am in dire need of a ksh script that will convert the UNIX epoch time into regular Pacific standard time. Can someone please help m...
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: Well getting the first 3 fields of each record is easy, as awk just numbers the fields $1, $2, $3 etc. There are probably several approaches to the da...
Summary: Can anyone tell what is wrong with the ksh script below (what it does is simply looking for files containing today's name in it's name and running a w...
Summary: Hi, Can anyone tell me how to write a Unix ksh script to open a file (path provided) and assign a value to a variable in the file and then save the fi...
Summary: I have a dynamic variable in a KSH script The variable always starts with /abunchofdirectories/ and ends with :otherinfo How do I strip of everything ...
Summary: Hi, I have the following code in my script. Im try to get the first two characters from ues4001v33. ml=${s---%[0-9][0-9][a-z][0-9][0-9][0-9][0-9][a...
Summary: In a shell script, how you call a stored procedure depends on the database you're using. You haven't told us what database you're using. This stub ks...
Summary: Hello, I want to tell a script that it should ignore binary files when it does an ls -a1, how do I do this I have tried using file but I can't pipe...
Summary: Hi everyone. Can anyone tell me the command in ksh script used to launch an external script? (I have to load a script which contains variables). In cs...
Summary: Ok. Your input file has 2 rows, not 2 columns. Anyway, I put your data in a file named script9.data. I wrote this little script that takes the data ...
Summary: I figured it out, open a command window and type: ksh script #, works like a charm the final code I went with was: # shell declaration line. Use the s...
Summary: I have created a script in unix and that needs to be automated. The script spools some.csv files from oracle and then I have to sftp the files. I have...
Summary: You did not explain whether or not you get a new file each day (which is what I assume) or if you are appending to an existing file. Using the awk so...