「bash or」を含む例文一覧(13)

  • will not, in fact, work properly from programs with set-user-ID or set-group-ID privileges on systems on which /bin/sh is bash version 2, since bash 2 drops privileges on startup.
    は/bin/shが bash バージョン 2 であるシステムでは、set-user-ID や set-group-ID の特権を持つプログラムからは正しく動作しない。 - JM
  • If you have come from Linux or are new to a UNIX command line interface you might try bash.
    Linux から来た人や Unixのコマンドラインインタフェイスになじみがなければ、 bashを試すのも良いでしょう。 - FreeBSD
  • Bash allows the current readline key bindings to be displayed or modified with the bind builtin command.
    bashでは、組み込みコマンドのbindを使って、readline の現在の キー割り当ての表示と変更を行えます。 - JM
  • Bash does not apply any syntactic interpretation to the context of the expansion or the text between the braces.
    bashは、展開の文脈やブレースの間のテキストに対して文法的な解釈を適用することは一切ありません。 - JM
  • /dev/tcp/host/port If host is a valid hostname or Internet address, and port is an integer port number or service name, bash attempts to open a TCP connection to the corresponding socket.
    /dev/tcp/host/porthost が有効なホスト名またはインターネットアドレスでport が整数のポート番号ならば、bash は対応するソケットに対して TCP 接続のオープンを試みます。 - JM
  • /dev/udp/host/port If host is a valid hostname or Internet address, and port is an integer port number or service name, bash attempts to open a UDP connection to the corresponding socket.
    /dev/udp/host/porthost が有効なホスト名またはインターネットアドレスでport が整数のポート番号ならば、bash は対応するソケットに対して UDP 接続のオープンを試みます。 - JM
  • Why does FreeBSD not use bash or another shell?7.9.
    5.9. FreeBSD は Java をサポートしていますか? 5.10. 3.x-STABLE を載せているマシンで portがコンパイルできないことがあります。 - FreeBSD
  • When you comment something inside a pre construct, use comment and parentheses or the comment marker for the language that is being used (# for bash scripts and many other things, //for C code, etc.)
    pre構造のなかで何かコメントをする場合は、commentと括弧またはその言語で使われているコメントマーク(bashなら#、C言語なら//など)を使ってください。 - Gentoo Linux
  • If your service runs some other script (for example, bash, python, or perl),and this script later changes names (for example, foo.py to foo),then you will need to add --name to start-stop-daemon.
    もし、あなたのサービスが他のスクリプト(たとえば、bash, python または perl)を起動し、このスクリプトがその後名前が変わる(たとえばfoo.pyがfooに)ならば、--nameをstart-stop-daemonに追加する必要があるでしょう。 - Gentoo Linux
  • If strict compatibility with sh is desired, start bash with the +B option or disable brace expansion with the +B option to the set command (see SHELL BUILTIN COMMANDS below).
    厳密にshと互換にしたければ、bashを+B オプションを付けて起動するか、setコマンドに+Bオプションを与えてブレース展開を無効にしてください(後述するシェル組み込みコマンドを参照)。 - JM
  • When not performing substring expansion, bash tests for a parameter that is unset or null; omitting the colon results in a test only for a parameter that is unset.
    部分文字列展開以外の場合、bash はパラメータが設定されているか、空ではないかを調べます。 コロンを省略した場合には設定されているかどうかのみを調べます。 - JM
  • The userland is basically the applications you are running, such as bash or mozilla-firefox. They can be compiled and run in either64-bit or 32-bit modes.
    (それは、はっきり言って良い設定であり、安定性を維持しながら性能を向上させるために注意深く選ばれたものです。 - Gentoo Linux
  • bug . ALL bug reports should include: 0 The version number of bash The hardware and operating system The compiler used to compile A description of the bug behaviour A short script or `recipe' which exercises the bug bashbug inserts the first three items automatically into the template it provides for filing a bug report.
    バグ報告には必ず以下のことを書いてください:0bash のバージョンハードウェアとオペレーティングシステムコンパイルに使ったコンパイラバグ動作の説明バグを再現できる簡単なシェルスクリプトまたは「レシピ」bashbugコマンドは、バグ報告を送るために用意されているテンプレートに、最初の 3 項目を自動的に書き込みます。 - JM

例文データの著作権について