cshrc

What's in your cshrc?

What's in your .cshrc that gives you total command of the C shell? Aliases welcome too! One technique or command per answer. ...

Convert .cshrc to .bashrc

I am new to Linux and I am trying to compile some code that needs environment variables set first. The script is in cshrc, but whenever I try to run that code I get "if: badly formed number" errors. I want to run it in bash instead. Is there an easy way to convert cshrc to bashrc? ...

Dont want my cshrc to execute on login

Hi, On unix I am working as say user X, and I want to login to user Y from X. Now issue is that I dont want Y's cshrc (or any other login script) to run while I login to his user name. I vaguely remember there used to be a way to do so, something like execute "su" command with some option for not running login scripts, but none of th...

source .bashrc from .cshrc

Is it possible to source a .bshrc file from .cshrc in a non-interactive session? I'm asking because tcsh is our default shell at work and the .cshrc has to be used to set up the environment initially. However, I am not really familiar with the tcsh and I have my own set-up in bash, so right now I have the following lines at the end of my...