7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

シェル関係の覚書

Last updated at Posted at 2014-05-13

滅多に触らないため、忘れそうなので覚書。

##確認コマンド

デフォルトのシェル環境を確認

$ echo $SHELL

使用可能なシェルの一覧を確認

$ cat /etc/shells

##シェル比較表

シェル 対話処理 スクリプト処理 記述形式 汎用性
Bourne 不可 Bourne
Korn Bourne
POSIX Bourne 不可
bash Bourne 不可
C Shell 不可 C Shell
tcsh 不可 C Shell 不可
zsh Bourne 不可
Perl 不可 -
入門UNIXシェルプログラミング―シェルの基礎から学ぶUNIXの世界

##参考URL

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?