Top "Tcsh" questions

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

tcsh check if file exists in a given path

First of all, I am new to tcsh and I realize its disadvantages and why it is harmful (and I …

user-input absolute-path tcsh
Assigning command output to a shell variable

I am trying to assign output of a cut command to a variable, however I am running into a strange …

linux tcsh
How can I echo commands in a tcsh script?

Yes. I know I shouldn't be using it for scripting. Yes. It is rubbish. I am indeed a fool. Nevertheless. …

debugging echo csh tcsh
"Event not found" error for shell command in unix

when i am trying to remove consecutive duplicate lines with awk "!x[$0]++" file its reporting x[: Event not found. even …

shell unix sed awk tcsh
Specify command line arguments like name=value pairs for shell script

Is it possible to pass command line arguments to shell script as name value pairs, something like myscript action=build …

shell tcsh
What do >! and >>! do in tcsh

In normal bash redirection > redirecting standard output to a file, overwriting when it exists and >> redirecting standard …

redirect tcsh
Redirecting stderr in csh

I'm executing a program that dumps crash report into STDERR from where I have to filter some necessary information. The …

linux shell csh tcsh
Bad : modifier in $ (/)

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/my/lib error: Bad : modifier in $ (/) echo $SHELL /bin/tcsh I want …

shell tcsh
SETENV: Bad : modifier in $ ($)

I am using the tcsh terminal in Linux. In the other terminal I normally used I set the path to …

linux tcsh setenv
How can I find the location of the tcsh shell script I'm executing?

Say I put an executable tcsh file in /path/to/my_script.csh and my current directory is anywhere, for …

path shell directory tcsh