はてなブログ トップ
shell-script
このタグでブログを書く
言葉の解説
ネットで話題
関連ブログ
shell-script
このタグの解説について
この解説文は、
すでに終了したサービス「はてなキーワード」内で有志のユーザーが作成・編集
した内容に基づいています。その正確性や網羅性をはてなが保証するものではありません。問題のある記述を発見した場合には、
お問い合わせフォーム
よりご連絡ください。
ネットで話題
もっと見る
301
ブックマーク
shell script を書くときの tips 2つ(初心者向け) - tokuhirom's blog
shell script を書くときの tips 2つ(初心者向け) shell script は普段さけて通りたいと願ってやまないわけですが、たまには書かないといけないことがあるので、そういうときは覚えておくと便利な tips を2つ。 autodie っぽくする set -e とすると、コマンドの実行に失敗したときにそこで実行がとまるので便利。 #!/bin...
blog.64p.org
197
ブックマーク
ShellCheck – shell script analysis tool
GPLv3: free as in freedom documented on the ShellCheck Wiki available on GitHub (as is this website) already packaged for your distro or package manager supported as an integrated linter in major editors available in CodeClimate, Codacy and CodeFactor to auto-check your GitHub repo written in Has...
www.shellcheck.net
196
ブックマーク
Shell Script Best Practices — The Sharat's
This article is about a few quick thumb rules I use when writing shell scripts that I’ve come to appreciate over the years. Very opinionated. Things¶ Use bash. Using zsh or fish or any other, will make it hard for others to understand / collaborate. Among all shells, bash strikes a good balance b...
sharats.me
146
ブックマーク
UNIXシェルスクリプトメモ(Hishidama's UNIX shell script Memo)
-xを付けると実行内容を表示しながら実行する。[2008-11-29] bash -x スクリプトファイル -nを付けると、実行せずにファイル内の構文解析(エラーの有無のチェック)を行う。[2008-11-29] bash -n スクリプトファイル . スクリプトファイル 現在実行中のシェルと同じシェルを使ってスクリプトを実行する。 スクリプトの...
www.ne.jp
120
ブックマーク
Shell Script Reference & Tips
Navigating the complexities of modern living requires access to reliable guidance and transformative tools. Whether you are seeking to refine your daily routine or embark on a complete personal overhaul, finding the right resources is essential. Discover effective ways to balance your physical he...
www.rhythm-cafe.com
89
ブックマーク
Shell Script Library :: Wicked Cool Shell Scripts: Unix, Linux, Mac OS X, Bash, Bourne Shell, scripting -- by Dave Taylor
Wicked Cool Shell Scripts: The Library There are 101 scripts discussed in this book, but in fact there are closer to 150 scripts available, in total. Here's how you can get them if you'd like. You are welcome to do this if you don't have the book, but it'll make a lot more sense if you do have "W...
www.intuitive.com
89
ブックマーク
ShellCheck – shell script analysis tool
GPLv3: free as in freedom documented on the ShellCheck Wiki available on GitHub (as is this website) already packaged for your distro or package manager supported as an integrated linter in major editors available in CodeClimate, Codacy and CodeFactor to auto-check your GitHub repo written in Has...
www.shellcheck.net
70
ブックマーク
lambroll と bash layer で気軽に Lambda shell script を実行する - 酒日記 はてな支店
sfujiwara.hatenablog.com
63
ブックマーク
Shell Script Testing Framework shunit2
speakerdeck.com