Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 34(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8
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 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: UnixDate Answered: 09/08/2006 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, Uni...Date Answered: 05/07/2008 Views: 8
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 Views: 194
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 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, Unix Systems ProgrammingDate Answered: 05/20/2008 Views: 4
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 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 Views: 337
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, ...Date Answered: 11/05/2008 Views: 0
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 Views: 152