Top "Csh" questions

csh, or the C shell, is a command interpreter with a syntax reminiscent of the C programming language.

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
Getting ssh to execute a command in the background on target machine

This is a follow-on question to the How do you use ssh in a shell script? question. If I want …

bash ssh csh
Redirect stderr to stdout in C shell

When I run the following command in csh, I got nothing, but it works in bash. Is there any equivalent …

io-redirection csh
removing new line character from incoming stream using sed

I am new to shell scripting and i am trying to remove new line character from each line using SED. …

shell sed csh
How to replace a path with another path in sed?

I have a csh script (although I can change languages if it has any relevance) where I have to: sed …

path sed csh
Maximum length of command line argument that can be passed to SQL*Plus?

I am calling SQL*Plus from Linux C Shell: sqlplus username/password @file.sql var1 var2 var3 If I pass …

linux command-line-arguments sqlplus csh
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 to add loop counter to foreach in csh

In CSH foreach loop or for loop, how can I add a loop iterator or counter which increases from 10 to 1000 …

loops foreach counter csh
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