个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Cshell}} {{Languages|UbuntuHelp:Cshell}} === About C Shell === C Shell is a UNIX shell similar to other shells such as bash that was developed b...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Cshell}}
 
{{From|https://help.ubuntu.com/community/Cshell}}
 
{{Languages|UbuntuHelp:Cshell}}
 
{{Languages|UbuntuHelp:Cshell}}
 
 
 
=== About C Shell ===
 
=== 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 [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 [https://help.ubuntu.com/community/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 [https://help.ubuntu.com/community/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:  
第16行: 第11行:
 
csh
 
csh
 
</nowiki></pre>
 
</nowiki></pre>
 
 
The shell prompt will change to a percent sign, which indicates the C shell is ready for input.
 
The shell prompt will change to a percent sign, which indicates the C shell is ready for input.
 
----
 
----

2007年11月30日 (五) 16:37的版本

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.