Advertisement

1 - 10 of 13 containing alltags:("Korn Shell Script") (0 seconds)
Can any one let me know how to confirm that a server is running slow. The task is : I need to develop a script , which has to keep checking the server(tomcat) status and if in case, it is slo...
Zones: Unix Systems Programming, Unix, Uni...Date Answered: 05/07/2008 Grade: B Views: 24
I have a Korn Shell Script that reads from a file and gets two ids to be used in a query. The script fails with the following error message, "while_test.ksh[20]: syntax error at line 34 : `<<' unma...
Zones: Shell Scripting, Unix...Date Answered: 03/19/2008 Grade: A Views: 312
I have a file in a directory in the format exp_131_xxx_1 I need to extract the xxx (its a sequence) and re-use it in another file How do I hook it out?
Zones: ksh, Shell Scripting, Re...Date Answered: 05/20/2008 Grade: A Views: 14
I need to create 2 files based on a sequence (e.g. filexxx.a and filexxx.b) One file will be simply be a single line of comma seperated variables (variables generated from within the script) ...
Zones: ksh, Unix Systems ProgrammingDate Answered: 05/20/2008 Grade: A Views: 13
I have a script that searches a large file, and does arithmetic depending on what it finds. Its a bit script but the bit of interest is: for FILE in `ls $FILEMASK` do   while read line   d...
Zones: ksh, Shell ScriptingDate Answered: 10/01/2008 Grade: A Views: 8
I have inherited some code that I need to understand. Ine of the conditions says: if [ condition ] then   ..something.. elfif [condition -a condition ] then  ... something else ... fi ...
Zones: ksh, Shell ScriptingDate Answered: 10/03/2008 Grade: A Views: 260
Dear friends; I need a Korn Shell Script to be run in IBM RISC-6000 Based AIX [Ver 4.3] workstations. The Script should do the following: 1. Beginning from the root it will search all files w...
Zones: UnixDate Answered: 09/06/2006 Grade: A Views: 0
I have a Unix Korn shell script that compares the new file with a previous file to create an output file of only the new records.  There is an overlap of some of the old records between the previou...
Zones: ksh, Unix Systems ProgrammingDate Answered: 10/08/2008 Grade: A Views: 0
Hi Im trying to search a text file for a certain string then grab text around it and create a new text file withy the copied text. I attached the text file...also: --------------------------...
Zones: ksh, Unix, HP-UX UnixDate Answered: 11/05/2008 Grade: B Views: 46
I am looking for a way to schedule a Korn Shell script to run in the windows scheduler. I can run an executable (through the scheduler) to open a korn shell session but when I run the script (sched...
Zones: Windows 2000Date Answered: 10/27/2004 Grade: A Views: 0