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

8.8
How can I use the words 'C', 'N' and 'P' within the tcsh 'complete'-command. Could anybody give me some examples?
Zones: Unix Systems ProgrammingDate Answered: 06/08/2000 Views: 0
What are the commands or shortcuts to navigate in the current command line, for example: goto : beginning of line end of line next word prev. word delete character at cursor position etc.
Zones: UnixDate Answered: 10/24/2000 Views: 0
Hello, Can anyone give me an example of doing arithmetics in tcsh or csh Shell? Thanks in advance. Ze
Zones: LinuxDate Answered: 03/14/2006 Views: 4
I have this code in my tcsh script: set i=(pgrep startlotj | wc -l) if ( "$i" > "1" ) exit 0 It's purpose is to kill the new instance of startlotj if there is already one running. However, I g...
Zones: csh / tcshDate Answered: 06/19/2008 Views: 136
How can I redirect stderr to /dev/null, and keep stdout going to stdout? Something like: (foo > stdout) >& /dev/null But that doesn't work, obviously. Easy in bash, but I can't figure it out in tcs...
Zones: UnixDate Answered: 01/29/1999 Views: 0
Hello, I wonder if the following if statement is 100% correct: if (!(-e ${MTCDIR}/library/$opusTech)) then  echo " This technology does not exist. Existing technologies are:"  cd ${MTCDIR}/libr...
Zones: Unix Systems ProgrammingDate Answered: 02/25/2002 Views: 274
to have a computer name and path on the title of xterm i do have following in my .tcshrc: if ($?TERM) then   alias monas_private_title   'echo -n "\033]0;`hostname`:`pwd`\007"'   alias cd ...
Zones: UnixDate Answered: 03/06/2000 Views: 0
I want to run a shell (/bin/sh) script that changes the environment variables from within another shell script. In tcsh I do it with the source and setenv commands. How do I do it in sh ???
Zones: Unix Systems ProgrammingDate Answered: 09/09/2000 Views: 0
i would link to know how to make the pwd avaliable to my path.. where as if i were in a directory i can execute a program with out typing in the full dir path... i am using tcsh shell.. th...
Zones: LinuxDate Answered: 08/27/2000 Views: 0
How to define a login script for tcsh and how to define history to keep 10000 last commands?
Zones: UnixDate Answered: 09/11/2000 Views: 0