シェルスクリプトを書いて実行するとき
sh hello.sh
にようにコマンドを打てば実行ができる
chmod +x hello.sh
でファイルに実行権限を与えてあげると
./hello.sh
のように一つのコマンドで実行することができる。
【参考】
http://itpro.nikkeibp.co.jp/article/COLUMN/20060228/231019/
Go to list of users who liked
More than 5 years have passed since last update.
シェルスクリプトを書いて実行するとき
sh hello.sh
にようにコマンドを打てば実行ができる
chmod +x hello.sh
でファイルに実行権限を与えてあげると
./hello.sh
のように一つのコマンドで実行することができる。
【参考】
http://itpro.nikkeibp.co.jp/article/COLUMN/20060228/231019/
Register as a new user and use Qiita more conveniently
Go to list of users who liked