シェルスクリプトの文法チェック
作成したシェルスクリプトの文法をチェックするには
シェル名:test.sh とする
--bash
$ /bin/bash -n test.sh
--sh
$ /bin/sh -n test.sh
--参考ページ
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/780chshsyntax.html
「Script」カテゴリの記事
- PsExec リモートインストール(2014.08.27)
- PowerShell学習支援ツール Script Browser & Script Analyzer(2014.05.12)
- 複数のサブフォルダ内のファイルを一括コピー(2013.06.12)
- Gmail 自動削除(2013.03.13)
- Proxy自動設定 pacファイル(2012.08.15)
The comments to this entry are closed.
Comments