0
1

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.

シェルのメモ

Posted at

shellとは

  • shellはユーザーから読みやすいコマンドをカーネルが理解できるものに変換するツール。
  • image.png1

shellにはCommand Line ShellとGraphical shellがある。2

  • Command Line Shellは黒い画面に文字があるツール。

    • 例えば、Windowsのコマンドプロンプト、linux,Macのターミナル
    • image.png
  • Graphicall shellは直感的に使えるツール。

    • 例えばMacOSの最初の画面、Ubuntuの最初の画面
    • image.png

shellscriptとは

  • shelscriptはコマンドをまとめたもの。
  • MS-DOS(コマンドプロンプト)のバッチファイルに似ている。3

参考サイト
1.https://orizuru.io/blog/os/shell/
2.https://www.geeksforgeeks.org/introduction-linux-shell-shell-scripting/
3.http://www.tohoho-web.com/ex/draft/msdos.htm

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?