忍者ブログ

[PR]

2025年01月19日 ()
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

sample_if.sh

2008年08月04日 (shellscript)

source

#!/bin/sh

#sample if

if [ $1 -eq 5 ]; then
    echo "$1 = 5"
elif [ $1 -lt 5 ]; then
    echo "$1 < 5"
elif [ $1 -gt 5 ]; then
    echo "$1 > 5"
fi
PR
Comment
  Vodafone絵文字 i-mode絵文字 Ezweb絵文字