个人工具

“UbuntuHelp:Cshell”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
C Shell is a UNIX shell similar to other shells such as bash that was developed by Bill Joy for the BSD operating system.  Its syntax is modeled after the C programming language.  For more information on the C Shell, you can visit its Wikipedia article at [http://www.en.wikipedia.org/wiki/C_shell] and its homepage at [http://www.eng.hawaii.edu/Tutor/csh.html].
 
C Shell is a UNIX shell similar to other shells such as bash that was developed by Bill Joy for the BSD operating system.  Its syntax is modeled after the C programming language.  For more information on the C Shell, you can visit its Wikipedia article at [http://www.en.wikipedia.org/wiki/C_shell] and its homepage at [http://www.eng.hawaii.edu/Tutor/csh.html].
 
=== Installing C Shell ===
 
=== Installing C Shell ===
The C Shell is currently available in the Universe repository.  Please see the [https://help.ubuntu.com/community/Repositories Repositories] page for information on how to add repositories in Ubuntu.
+
The C Shell is currently available in the Universe repository.  Please see the [[UbuntuHelp:Repositories|Repositories]] page for information on how to add repositories in Ubuntu.
Once the Universe repository has been enabled, you can proceed to install the '''''csh''''' package using your favorite package manager interface.  For information on installing software in Ubuntu, see the [https://help.ubuntu.com/community/InstallingSoftware Installing Software] page.
+
Once the Universe repository has been enabled, you can proceed to install the '''''csh''''' package using your favorite package manager interface.  For information on installing software in Ubuntu, see the [[UbuntuHelp:InstallingSoftware|Installing Software]] page.
 
=== Using C Shell ===
 
=== Using C Shell ===
 
The C shell can be invoked from the command line by typing this command in a terminal:  
 
The C shell can be invoked from the command line by typing this command in a terminal:  

2007年12月8日 (六) 09:34的版本

About C Shell

C Shell is a UNIX shell similar to other shells such as bash that was developed by Bill Joy for the BSD operating system. Its syntax is modeled after the C programming language. For more information on the C Shell, you can visit its Wikipedia article at [1] and its homepage at [2].

Installing C Shell

The C Shell is currently available in the Universe repository. Please see the Repositories page for information on how to add repositories in Ubuntu. Once the Universe repository has been enabled, you can proceed to install the csh package using your favorite package manager interface. For information on installing software in Ubuntu, see the Installing Software page.

Using C Shell

The C shell can be invoked from the command line by typing this command in a terminal:

csh

The shell prompt will change to a percent sign, which indicates the C shell is ready for input.