Simple Sand Samples |
説明のないとってもシンプルなサンプルプログラム集
tcsh > tcsh(ティーシェル)でHello World!
hello.tcsh
|
|
$ sudo apt-get install tcsh
*snip*
/bin/sh
/bin/dash
/bin/bash
/bin/rbash
/bin/zsh
/usr/bin/zsh
/bin/csh
/bin/tcsh
/usr/bin/tcsh
~$ chsh -s /usr/bin/tcsh
端末ウィンドウを起動し直す
~> tcsh hello.tcsh
Hello World!
~>
*snip*
ログインシェルの切り替え
~$ cat /etc/shells //この一覧になければtcshを追加/bin/sh
/bin/dash
/bin/bash
/bin/rbash
/bin/zsh
/usr/bin/zsh
/bin/csh
/bin/tcsh
/usr/bin/tcsh
~$ chsh -s /usr/bin/tcsh
端末ウィンドウを起動し直す
~> tcsh hello.tcsh
Hello World!
~>