Top "Tcsh" questions

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

Unix tcsh - alias using command line argument $1 versus \!:1

In Unix (tcsh), I've referenced command line arguments in my aliases with two different notations - $1 and \!:1. But I noticed …

unix tcsh
Running Java process as Service in Linux

I need to run a Java process as a service in (Red Hat 6.4) Linux (It needs to run at boot …

java linux service rhel tcsh
Escaping double quotes with tcsh alias

I'm trying to run the following commands: replace -x "must " A2input.txt replace -x " a" -f -s ## A2input.…

escaping alias quotes tcsh
Makefile Rules and If Statements -- How?

I'm new to Makefiles so please bear with me. I need to modify a Makefile so some rules call different …

unix if-statement makefile tcsh
How to use for loops in command prompt in csh shell -- looking for decent one liners

coming from bash shell, I missed on an easy rolling of loops (for i in (...); do ... done;) Would you post …

shell csh tcsh
How do I launch an editor from a shell script?

I would like my tcsh script to launch an editor (e.g., vi, emacs): #!/bin/tcsh vi my_file This …

vim shell emacs tcsh
Ctrl-R to search backwards for shell commands in csh

I love this shortcut in borne shell, and want to find out if it is possible to simulate and/or …

shell unix csh tcsh
Generating sequential number lists in tcsh

I've been trying to find a workaround to defining lists of sequential numbers extensively in tcsh, ie. instead of doing: …

scripting shell csh tcsh
In python 2.4, how can I execute external commands with csh instead of bash?

Without using the new 2.6 subprocess module, how can I get either os.popen or os.system to execute my commands …

python shell csh tcsh
tcsh 'ls_colors' not working

I am using tcsh as my default shell. However, the LS_COLORS env doesn't seem to work. Here is my …

tcsh ls-colors