Advertisement

1 - 10 of 29 containing alltags:("tcsh") (0 seconds)
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 Grade: B 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 Grade: A 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 Grade: A Views: 0
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 Grade: A Views: 152
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 Grade: C Views: 9
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 Grade: A Views: 130
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 Grade: A 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 Grade: A 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 Grade: A 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 Grade: A Views: 0