About 674,000 results
Open links in new tab
  1. 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 ...

  2. 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 the sourced csh …

  3. 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 8 years ago Modified 8 years ago

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

  5. command line - How to redirect stderr to a file - Ask Ubuntu

    May 18, 2015 · In case of csh and its derivatives, the stderr redirection doesn't quite work there. Let's come back to 2> part. Two key things to notice: > means redirection operator, where we open a file …

  6. tcsh - How to capture output from a command and pass it on to a ...

    Feb 1, 2021 · I'm trying to capture output of command into variable in csh but its printing empty value to the variable. but if i run same command on terminal its working root_part_id=`gpart show | grep zfs | …

  7. illegal variable name with csh and tcsh - Ask Ubuntu

    May 8, 2021 · Ubuntu 20.04 with update on about 1 May 2021. NOT a linux expert. in bash terminal, % which csh /usr/bin/csh but when % csh illegal variable name. same for tcsh.

  8. Cannot run an executable file although it's right there

    Nov 22, 2016 · 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 …

  9. command line - Redirect output with '>&!' - Ask Ubuntu

    May 6, 2021 · So, the quoted section explains csh 's redirection operators. To summarize the above, > redirects to a file and >! forces the redirection to occur even if the user has set the noclobber option …

  10. lubuntu - Illegal variable name csh script - Ask Ubuntu

    May 12, 2018 · Illegal variable name csh script Ask Question Asked 7 years, 7 months ago Modified 1 year, 5 months ago