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 344(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.2
Can you answer "The KSH Puzzler"? The folowing script produces a strange result from what is expected. i=0 until   [ $i -gt 3001 ]     do       i=`expr $i + 1`       if [[ $i < 3 ]]; then        ...
Zones: Unix Systems ProgrammingDate Answered: 11/12/1997 Views: 0
I have a ksh (#! /bin/ksh) script that gives me a busy indicator called busydot.  I call this as a background task from a shell script (#! /bin/sh) and grab the process ID (busydot& busydotpid=$!),...
Zones: Unix Systems ProgrammingDate Answered: 06/01/1999 Views: 0
I tried to do automate "su" by ksh coprocess, but it doesnot work. Anything wrong? #!/bin/ksh su  sz325584 |& print -p "zxx1026\n" Thanks. Sean
Zones: Unix Systems ProgrammingDate Answered: 02/25/2002 Views: 0
How do you write a function in ksh and pass it a parameter?  I have guessed something like this but haven't had success: #function my_function(ARG) { echo $ARG } #mainline my_function("TEST"...
Zones: Unix Systems ProgrammingDate Answered: 07/07/2000 Views: 36
Hey everyone I recently installed Mandrake 7.2 and like usual they don't come with the korn shell. I think the ksh on my floppy is just a basic version of the ksh. I would like to mount the ksh on ...
Zones: Linux, Mandrake Linux, RPM InstallerDate Answered: 10/03/2003 Views: 0
Hi all, Now I can use ksh from csh but I face another issues : - when I enter !! it raises ksh: !!: not found - when I want to reexecute a command under ksh e.g. : ! nn, it have : ksh: 114: no...
Zones: UnixDate Answered: 06/26/2001 Views: 0
Hi,    Can someone help convert the below ksh script to C program which does the same thing? thanks in advance #!/bin/ksh ps -ef|grep -v grep|grep inetd > /dev/null 2>&1 if [ $? -eq 0...
Zones: CDate Answered: 08/13/2002 Views: 0
Can you tell me if any of the shells ( csh, ksh ) on unix have command length limit  or used to have? ( Like line too long )?
Zones: ProgrammingDate Answered: 05/11/2003 Views: 0
How would I do this using ksh, I'm completely lost thanks,
Zones: UnixDate Answered: 11/26/2002 Views: 0
I think, this suppose to be very easy in UNIX but i just can't get it to work...I've written a korn shell script that compress(zips) the file...but i only want to compress the file, when the file i...
Zones: Unix Systems ProgrammingDate Answered: 03/25/2003 Views: 0