Top "Tcsh" questions

tcsh is an enhanced but completely compatible version of the Berkeley UNIX C shell, csh.

Changing default shell in Linux

How is it possible to change the default shell? The env command currently says: SHELL=/bin/tcsh and I want …

linux bash shell environment tcsh
Can a shell script set environment variables of the calling shell?

I'm trying to write a shell script that, when run, will set some environment variables that will stay set in …

bash shell csh tcsh
How to determine the current shell I'm working on

How can I determine the current shell I am working on? Would the output of the ps command alone be …

bash unix shell csh tcsh
How to generate a core dump in Linux on a segmentation fault?

I have a process in Linux that's getting a segmentation fault. How can I tell it to generate a core …

linux bash unix coredump tcsh
Check if a file is executable

I am wondering what's the easiest way to check if a program is executable with bash, without executing it ? It …

bash tcsh
Is there an equivalent source command in Windows CMD as in bash or tcsh?

I know that in the unix world, if you edit your .profile or .cshrc file, you can do a source ~/.…

windows bash unix cmd tcsh
tcsh script if statement

I need to loop through a bunch of different scenarios (variable scen), but can't figure out how to use the …

shell tcsh
bash vs csh vs others - which is better for application maintenance?

Possible Duplicate: What Linux shell should I use? I am starting to get proficient in a Linux environment and i'm …

linux bash zsh csh tcsh
How can I check if a variable is empty or not in tcsh Shell?

IF I have to check that if a variable is empty or not for that in bash shell i can …

csh tcsh
Generate a random filename in unix shell

I would like to generate a random filename in unix shell (say tcshell). The filename should consist of random 32 hex …

unix shell random tcsh