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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_23063814.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23254469.html
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?
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/ksh/Q_23416673.html
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)
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/ksh/Q_23416701.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/ksh/Q_23778603.html
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
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/ksh/Q_23784993.html
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...
http://www.experts-exchange.com/OS/Unix/Q_21979716.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/ksh/Q_23739978.html
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:
--------------------------...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/ksh/Q_23875765.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_21082351.htm...
Zones:
Windows 2000Date Answered: 10/27/2004 Grade: A Views: 0