About 764,000 results
Open links in new tab
  1. How do I check which shell I am using? - Ask Ubuntu

    Feb 28, 2015 · 692 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 …

  2. 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 ...

  3. How do I change the color for directories with ls in the console?

    May 15, 2014 · On my console the color for directories is such a blue, that it is hard to read on a dark background. How can I change the color definitions for ls?

  4. How do I set a variable to a command's output in csh?

    Jan 16, 2018 · How do I set a variable to a command's output in csh? Ask Question Asked 7 years, 10 months ago Modified 7 years, 10 months ago

  5. How can I change directory text color in C shell? - Ask Ubuntu

    May 9, 2022 · They are file tests (or file enquiries if you're using the BSD implementation of csh): -r means the file exists and is readable; -x means it exists and is executable, the same as their …

  6. 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.

  7. how to source csh script from bash environment? - Ask Ubuntu

    Dec 10, 2015 · 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 …

  8. How can I fix “setenv command not found - Ask Ubuntu

    I use Ubuntu 12.04.4. I install tcsh. But I still see this error : No command 'setenv' found, did you mean: Command 'netenv' from package 'netenv' (universe) setenv ...

  9. Can I pass arguments to an alias command? - Ask Ubuntu

    May 21, 2015 · 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 …

  10. scripts - check if folder does not exist in tcsh - Ask Ubuntu

    When using the tcsh shell, how do I check if a folder does NOT exist? I can check if it exists by if ( -d /folder ) then but I want the if statement to work for ...