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 - 6 of 6(0.007 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!

9.3
How can I put the following tru64 unix command in an if statement: ls -l | grep -c "^-.*" such as: if (ls -l | grep -c "^-.*" == 0) exit
Zones: Unix Setup, Tru64 / Digital UnixDate Answered: 09/15/2008 Views: 0
Can someone explain me this little piece of code in C for a Unix system?? if (fork() == 0) {             execvp(orden, parametros_t);             perror(" orden externa ");             exit(0);       }       wait(0);
Zones: C, Unix Systems Programming, Signal ...Date Answered: 05/18/2007 Views: 0
How do I write a very simple unix like shell in C ? Thanks!
Zones: CDate Answered: 09/15/2003 Views: 4
Hi, In a unix c shell script i want to run a count sql through sqlplus and read the resulting number into a variable in the shell program.  What would be the syntax for this? (I think to thos...
Zones: Oracle 3rd Party ToolsDate Answered: 12/03/2004 Views: 0
i have to parse , and ftp some files, the number of files is unknown but their names are like *afc*, before starting to work, i want to check if these files exists, and their permisions on the uni...
Zones: Solaris, C, Shell ScriptingDate Answered: 04/24/2009 Views: 33
we will start a new project. there will be 3 main steps. 1] collect raw data from a remote pc (ftp,sftp,ssh)(data to xml) 2] parse the data(xml to csv) 3] load the data to database oracle (sql ...
Zones: C, Solaris, Shell ScriptingDate Asked: 04/27/2009 Points: 500 Comments: 5
  • 1