I have the following Korn Shell Script that I am trying to understand. I have put in line numbers next
to each of the lines of code. Can someone explain to me what the code means by referring line...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20641732.html
I have to write a korn shell script to open a file, look for a word and write that word, move left certain number of characters, write a 10 character number into another file. Are there examples of...
http://www.experts-exchange.com/OS/Unix/Q_21975470.html
Zones:
Unix OSDate Answered: 09/08/2006 Rating: 8.2 Views: 0
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
Zones:
ksh,
Un...Date Answered: 05/20/2008 Rating: 9.2 Views: 11
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
Rename dmp file and log files with database name and date - then put dmp and log files in another directory
I created the sa.dat file and sa_export.sh to export just one table every day in the b...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_23848757.html
I have created this sql file, I have to create a korn shell script to inlude this sql file.. Also I have to execute the sql loader to load the tables, I have created through this sql file. I have...
http://www.experts-exchange.com/Database/Oracle/Q_21360227.html
Zones:
OracleDate Answered: 03/30/2005 Rating: 9.0 Views: 166