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 321(0.054 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
Hi How can I change with the SED command the follow characters?      %      /      \ I mean when I have an ascii textfile with the follow text      Hello %% How is the SED command to change it lik...
Zones: Unix Systems ProgrammingDate Answered: 09/02/1997 Views: 0
Hi, I am not familar with sed, can you tell me how to insert a word in the begining of each line of a text file? Thanks Shane
Zones: UnixDate Answered: 07/01/1998 Views: 0
I know you're not supposed to ask homework questions, but this is driving me crazy.  I have a file named cars.txt which contains make|model|year|milage|price.  The question is to list all lines, bu...
Zones: Unix Systems ProgrammingDate Answered: 02/25/2002 Views: 0
I have a multi-line text file where every line has a common substring; e.g. line1=/unique1/samehere/diff1.out line2=/unique2/samehere/diff2.out : linen=/uniquen/samehere/diffn.out I wish t...
Zones: Unix Systems ProgrammingDate Answered: 01/07/2000 Views: 0
Ok so I have a file where I want to strip all the crap in front of a URL.  It looks like this </HTML> <SPAN CLASS="COPYRIGHT"><IMG SRC="http://a12.g.akamai.net/7/12/1701/94fb0c3ed8a8f9/www....
Zones: UnixDate Answered: 09/28/2000 Views: 0
I'm pretty much a beginner when it comes to sed.  I've only used it a few times for simple things.  If anyone has suggestions on how to solve my problem, please let me know. I'm modifying a sh...
Zones: Unix Systems ProgrammingDate Answered: 12/13/2000 Views: 0
I need a Perl command to get a tag  <people> and enter a hard return before it. I tried with sed but it actually puts a \n in the xml code. ie.  </place><people> The people tag should go...
Zones: Unix Systems ProgrammingDate Answered: 05/04/2002 Views: 0
Hi, I have this problem and I wish to know is there an easy way to solve it. I have a file containing in it couples of lines with a specific format  (among many other lines). The format of th...
Zones: Unix Systems ProgrammingDate Answered: 08/14/2003 Views: 0
I have a file testjack as follows eam::tough /opt/ics I:/am:/a:/good:/boy: team::strong end Now sed -n -e '/eam/,/strong/p'  testjack would print from 'eam' to 'strong' which is expecte...
Zones: Unix Systems ProgrammingDate Answered: 03/21/2004 Views: 0
Hi all I closed the other q to fast... I need to replace a string in 1000+ pages of my website I have a url somewhere /oldloc/pages/[dynamic.php] That needs to be changed to /newloc/pa...
Zones: LinuxDate Answered: 11/11/2004 Views: 0