|
- how to source csh script from bash environment? - Ask Ubuntu
I am using bash shell but some of the scripts that I need to source are in csh format Can somebody tell how I can source csh scripts from bash shell? By sourcing I mean the sourced csh script sho
- How do I check which shell I am using? - Ask Ubuntu
683 I read that terminal is nothing but shell, and Unix provides different flavors of shells: Bourne shell (sh) C shell (csh) TC shell (tcsh) Korn shell (ksh) Bourne Again shell (bash) Questions: When I open a terminal window, which shell is opened by default? How do I check how many shells are installed? How do I change the shell used from my
- Can I pass arguments to an alias command? - Ask Ubuntu
In (t)csh, "\!*" references arguments to an alias (the backslash is just to escape the exclamation mark which normally means "history"), and you can even reference individual arguments, though I don't remember how
- apt - Unable to locate package csh - Ask Ubuntu
I tried installing csh, but it throws me the error: unable to locate package csh My Ubuntu version is 12 04
- command line - How to set up a loop in csh to set variables to . . .
How to set up a loop in csh to set variables to directory names? Ask Question Asked 7 years ago Modified 7 years ago
- command line - No csh or tcsh? - Ask Ubuntu
In bin, I see bash, but no csh or tcsh When I created a " cshrc" file in my home directory, it had no effect; that's how I discovered this problem So the question is this: how do I switch to
- How do I set a variable to a commands output in csh?
How do I set a variable to a command's output in csh? Ask Question Asked 7 years, 5 months ago Modified 7 years, 5 months ago
- Cannot run an executable file although its right there
It's not complaining about the file not being there, it's complaining about the C shell interpreter not being available on your system: you need to install one of the available csh implementations - for example, either sudo apt-get install tcsh for the TENEX C Shell ("an enhanced version of Berkeley csh") or sudo apt-get install csh for a re-implementation of the original BSD C shell
|
|
|