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 129(0.001 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.6
My user account is placed in the C-shell by default. I would like to have the Korn shell as my default shell. What file(s) need(s) to be modified and what commands are used?
Zones: UnixDate Answered: 08/03/1998 Views: 0
I can't figure this out in Korn shell. Basically need a script that counts the # of users on the system and the output to be correct depending on number of users. I have got this far, but it does n...
Zones: Unix Systems ProgrammingDate Answered: 09/23/2004 Views: 0
I need to write a script which sorts through folders and files and performs file management (e.g. rm) on certain files.  I wrote the names to a file in order to read them in one at a time.  Everyth...
Zones: Unix Systems ProgrammingDate Answered: 07/04/1997 Views: 0
how do you pass $var to awk:- see below for var in `ls *.gz` do echo $var zcat $var | grep "HTML" | awk '{printf ("%s===>%s,(need $var here),$0)}' done how do i get $var into awk as it ...
Zones: Unix, SSIDate Answered: 01/28/2000 Views: 4
In korn shell, ... ... tmp=1234.txt echo $tmp                               -- print 1234.txt (how do I change the tmp to 1234.doc. Just change the extension txt to doc ?) echo $tmp   ...
Zones: UnixDate Answered: 10/03/2000 Views: 0
I have a seemingly simple task, but I am unsure of how to accomplish it. Task: Show program execution w/ a series of '.....' that grows across the screen as the program executes. I have a she...
Zones: Unix Systems ProgrammingDate Answered: 02/11/2003 Views: 0
Is there an editor for scripting that can be used with the Korn shell?  I would like commands and comments to be color-coded, have the use of macros and like features.  I would need an alert (maybe...
Zones: Unix Systems ProgrammingDate Answered: 03/05/2004 Views: 0
Hi Need  help to write a small shell script that tells how many minutes gone since file was created? (Work not study nor assignments nor testing) Thanks Emad
Zones: UnixDate Answered: 09/29/2005 Views: 5
I would like to write a Korn shell script to look in a folder, find the first file with GZ extension (there'll be several), unzip it and return a value to the calling process based on success or...
Zones: Unix Systems ProgrammingDate Answered: 12/07/2006 Views: 0
has anybody ever made a true korn shell debugger? with conditional breakpointing, ability to see variables as you single step. I know about the very simple debugger in the oreilly book, also no a...
Zones: Unix Systems ProgrammingDate Answered: 03/21/2007 Views: 0