Top "Tcsh" questions

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

how to perform a basic arithmetics from unix csh/tcsh shell

Under windows, when I need to perform a basic calculations, I use a built-in calculator. Now I would like to …

linux shell unix csh tcsh
Display only files and folders that are symbolic links in tcsh or bash

Basically I want do the following: ls -l[+someflags] (or by some other means) that will only display files that …

linux shell csh tcsh
Redirect Standard Output/error to log file

Looking for a way to redirect std error and std output to a log file in Tcsh shell. Tried ./ShellFile.…

shell unix redirect tcsh
run csh scripts from bash, change shell temporary via command

I need to run csh scripts from a bash shell and therefore temporary change to tcsh via a command. It …

linux bash tcsh
How to set an environment variable for just one command in csh/tcsh

In bash, I can set a temporary environment variable for just one command like this: LD_LIBRARY_PATH=/foo/bar …

csh tcsh
Setup Environment variable using perl

I am trying to set environment variable using Perl. It should export this variable outside (in current shell) not just …

perl variables environment tcsh
set command error in c shell script

I am doing this on my script: set Cnt1 =`echo $Cnt | awk '{print $1}'` set Cnt2 =`echo $Cnt | awk …

shell csh tcsh
How can I change my tcsh prompt to show my current working directory?

I am using tcshand I am looking for a way responsive working directory where I at least want to display …

csh tcsh
python subprocess.call() "no such file or directory"

I've found a few questions on the module but the more common problem seems to be getting the argument list …

python subprocess tcsh
How to color a prompt on FreeBSD/cshrc?

I'm being put in charge of managing a bunch of servers, I want to set up my prompts on each …

freebsd csh tcsh