#!/bin/sh
if [ -f *iso -o -f *ISO ]
then
echo "存在"
else
echo "無し"
fi
参考リンク:
http://linux.just4fun.biz/%E9%80%86%E5%BC%95%E3%81%8D%E3%82%B7%E3%82%A7%E3%83%AB%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%88/if%E6%96%87%E3%81%AE%E6%9D%A1%E4%BB%B6%E5%BC%8F%E3%81%A7and,%20or,%20not%E3%82%92%E4%BD%BF%E3%81%86%E6%96%B9%E6%B3%95.html
if 条件の or 化
2013/6/20
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 10:12 pm Comment [1] TrackBack [0]
この記事に対するコメント・トラックバック [1件]
この記事に対するコメントはありません