LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   csh shell source code (https://www.linuxquestions.org/questions/linux-newbie-8/csh-shell-source-code-4175577733/)

MahendraL 04-18-2016 11:19 AM

csh shell source code
 
Hi,
Where can I get source code of C shell (csh) ? I googled a lot, but didn't find it.

I've Ubuntu 15.10 running on an AARCH64 evaluation platform Juno (sold by ARM holdings). Unfortunately "apt-get install csh" tells me that this package does not exist for ARM64 platform.
That's why I need to build csh from sources as some of my shell scripts are in csh.

Thank you
M.

tronayne 04-18-2016 01:13 PM

Do you by any chance have tcsh? That's C shell with file name completion and command line editing.

You're more likely to have (or being able to get) that than going through trying to build it.

Hope this helps some.

TB0ne 04-18-2016 03:18 PM

Quote:

Originally Posted by MahendraL (Post 5532882)
Hi,
Where can I get source code of C shell (csh) ? I googled a lot, but didn't find it.

Really??? Because when I put "csh source code" into Google, I get (as the SECOND HIT):
http://www.tcsh.org/MostRecentRelease

...a link to the tcsh web page, where you can download it.
Quote:

Originally Posted by MahendraL
I've Ubuntu 15.10 running on an AARCH64 evaluation platform Juno (sold by ARM holdings). Unfortunately "apt-get install csh" tells me that this package does not exist for ARM64 platform. That's why I need to build csh from sources as some of my shell scripts are in csh.

Again, interesting...since I put "ubuntu arm64 tcsh" into Google, and got as the VERY FIRST HIT:
https://launchpad.net/ubuntu/xenial/arm64/tcsh

...the repository with the latest version, dated February of this year.


All times are GMT -5. The time now is 06:18 AM.