「Transwiki:Bash Shell Scripting」の版間の差分

削除された内容 追加された内容
Fu7mu4 (トーク | 投稿記録)
Fu7mu4 (トーク | 投稿記録)
1,160 行
Bash, as a shell, is actually a 'glue' language. It helps programs to cooperate with each other, and benefits from it. Always [[w:STFW|Search The Internet]] for what you want -- there are lots of command line utilities available.
===whiptailの使用===
Whiptail はシェルスクリプトから[[w:Dialog box|dialog boxes]] を表示できるプログラムで、ユーザーフレンドリーな方法でユーザーに情報を提供したり、ユーザーから入力を取得したりできます。 Whiptail は[[w:Debian|Debian]] などのさまざまな他の GNU/Linux ディストリビューションに含まれています。
Whiptail is a program that allows shell scripts to display [[w:Dialog box|dialog boxes]] to the user for informational purposes, or to get input from the user in a friendly way. Whiptail is included by default on [[w:Debian|Debian]] and various other GNU/Linux distributions.
:From the [http://www.tldp.org/LDP/Linux-Dictionary/html/w.html GNU/Linux Dictionary]: whiptail is a "dialog" replacement using newt instead of ncurses.
:From its README: whiptail is designed to be drop-in compatible with dialog(1), but has fewer features: some dialog boxes are not implemented, such as tailbox, timebox, calendarbox, etc.
 
See [[Bash Shell Scripting/Whiptail]].を参照してください。
 
===[[AWK]]の使用===