个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Cshell}}
 
{{From|https://help.ubuntu.com/community/Cshell}}
 
{{Languages|UbuntuHelp:Cshell}}
 
{{Languages|UbuntuHelp:Cshell}}
 +
<<Include(Tag/NeedsExpansion)>>
 
=== 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 [[UbuntuHelp: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 [[UbuntuHelp: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:  
第13行: 第14行:
 
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.
 
----
 
----
[[category:CategoryNeedsExpansion]]
 
[[category:CategoryDocumentation]]
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 22:25的最新版本

<<Include(Tag/NeedsExpansion)>>

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.