0
0

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 1 year has passed since last update.

ShellScriptのif文

Posted at
  1. シェルスクリプトにおけるif文の考え方
    1-1. 条件分岐をしたい場合に利用する
    1-2. testコマンドとの組み合わせが一般的
  2. シェルスクリプトのif文の使い方(基本)
    2-1. if文の基本形
    2-2. 覚えておきたい基本の比較演算子
    2-3. elif文で複数の分岐を実現
  3. シェルスクリプトのif文の使い方(応用)
    3-1. AND、OR、NOTによる複雑な条件式
    3-2. 入れ子(ネスト構造)
    3-3. 数値、文字列以外の条件式

参考サイト

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?