Tagged Questions
1
vote
1answer
261 views
When do environment variables get set in tcsh?
I set a lot of environment variables in my .tcshrc file, using the setenv command.
When I needed to have one of these unset today, I moved this file and opened a new terminal (this is all in a Gnome ...
6
votes
6answers
10k views
Which shell should I use - tcsh vs bash?
I have been using tcsh for a long time now. But whenever I am searching for something, I often find that the methods specified are bash specific. Even the syntax for the shell scripts is different for ...