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 338(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!

6.0
In my directory I have 20 to 30 files in which I'd like to change one line in all the files.  Is there a way to pull up that one line in all the file without having to go into each file and making ...
Zones: Unix Systems ProgrammingDate Answered: 03/05/1997 Views: 0
I want to generate an awk script that finds a certain pattern on one line and then outputs the previous line, current line, and preceding line (or blank lines as apropos if the match is at the file...
Zones: Unix Systems ProgrammingDate Answered: 04/29/1997 Views: 0
perl is not available to me and i have an excel-generated csv file that i need to process as follows:   1.  remove all commas within double-quotes       (but retain comma delimiters)   2.  remove ...
Zones: Unix Systems ProgrammingDate Answered: 01/29/1998 Views: 0
Does anyone know where I can find a good set of VB friendly string matching functions like in awk/Perl. It can be freeware/shareware or 3d party product with a full implementation of regular expres...
Zones: Visual BasicDate Answered: 09/28/1998 Views: 0
Tags: awk
Hello everyone, well here is my story, we have an AIX box that runs version 4 but when I try to use awk as a regular command I can't because in order for me to be abel to execute a command using aw...
Zones: UnixDate Answered: 01/19/2003 Views: 0
I wish to compare last 4 digit of 2 hex numbers using AWK, how can I achieve this? $5 = 123456AB $4 = 1234ABCD if( substr($5,5,4) >= substr($4,5,4) )        {                              ...
Zones: UnixDate Answered: 06/13/2001 Views: 0
Hi everybody ! I have a problem to used awk (or other complicated commands) in UNIX aliases. For example: command : du -sk *.gz | nawk '{ i += $1}END{print i}' run well when printed in UNIX...
Zones: UnixDate Answered: 06/11/2002 Views: 0
Hopefully not too hard of a question. i am printing to a laser printer through an AWK script and have a page length of 11 inches with a 1/4 inch top and bottom margin with perforations at 3.75 inch...
Zones: Unix Systems ProgrammingDate Answered: 01/23/2003 Views: 0
Im using a program called webmagick to generate thumbnails but I want to link each thumbnail to its own zip file. I can get it to create a seperate html page for each image, and add an URL to the t...
Zones: Unix Systems ProgrammingDate Answered: 11/26/2003 Views: 0
Does anyone know a function to format monetary amounts in Awk programming? I would like the output to be something like $1,234,567.89. I know there is a strfmon() function to convert monetary valu...
Zones: Unix Systems ProgrammingDate Answered: 12/07/2003 Views: 0