Enter Keywords:
1 - 10 of 38(0.011 seconds)
Sort By:
 
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...
Zones: Unix Systems ProgrammingDate Answered: 06/16/2003 Rating: 7.8 Views: 0
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...
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...
Zones: Unix Systems Programming, Unix O...Date Answered: 05/07/2008 Rating: 8.4 Views: 0
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 Systems P...Date Answered: 03/19/2008 Rating: 8.6 Views: 90
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, Regular Expr...Date Answered: 05/20/2008 Rating: 7.8 Views: 0
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, 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...
Zones: ksh, Shell ScriptingDate Answered: 10/01/2008 Rating: 9.3 Views: 0
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 Rating: 9.3 Views: 272
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...
Zones: Unix Systems Programming, Oracle 10....Date Answered: 11/05/2008 Rating: 8.5 Views: 6
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...
Zones: OracleDate Answered: 03/30/2005 Rating: 9.0 Views: 166