It's a big bash someone's having. there'll be all kinds of people. 誰かが催している大きなパーティなの ありとあらゆる人がいるわ - 映画・海外ドラマ英語字幕翻訳辞書
Jo jo left his home in tucson, arizona to attend a california bash. ♫ ジョジョはアリゾナのツーソンを後にした カリフォルニアの イベントに出るためにね ♫ - 映画・海外ドラマ英語字幕翻訳辞書
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
Bash behaves as if the following command were executed: but the value of the PATH variable is not used to search for the file name.
つまりbashは以下のコマンドが実行されたのと同じように動作します:ただし、ファイル名を探すためにPATH環境変数の値が使われることはありません。 - JM
MAIL If this parameter is set to a file name and the MAILPATH variable is not set, bash informs the user of the arrival of mail in the specified file.
MAILこのパラメータにファイル名が設定されており、かつ変数MAILPATHが設定されていなければ、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
When bash receives a signal for which a trap has been set while waiting for a command to complete, the trap will not be executed until the command completes.
コマンドの完了を待っている間に、トラップが設定されたシグナルをbash が受け取ったとき、そのトラップはコマンドが完了するまで実行されません。 - JM
Typing the "delayed suspend" character (typically ^Y , Control-Y) causes the process to be stopped when it attempts to read input from the terminal, and control to be returned to bash .
"遅延サスペンド (delayed suspend)"文字 (通常は^Y , Control-Y) を打ち込むと、そのプロセスは端末から入力を読み込もうとしたときに停止させられ、制御がbashに戻ります。 - JM
The value may not be changed. mailwarn If set, and a file that bash is checking for mail has been accessed since the last time it was checked, the message ``The mail in mailfile has been read'' is displayed.
mailwarn設定されており、かつ bash がメールをチェックするファイルが前回のチェック以降にアクセスされている場合、メッセージ ``The mail in mailfile has been read'' が表示されます。 - JM
nullglob If set, bash allows patterns which match no files (see Pathname Expansion above) to expand to a null string, rather than themselves.
nullglob設定されている場合、bashはどのファイルにもマッチしないパターン (前述のパス名展開 を参照) を、その文字列自身ではなく、空文字列に展開します。 - JM
And I am counting on another target rich environment for your welcome home bash. 頼りにしてる もう1つの目標 豊かな環境と 歓迎パーティーのために - 映画・海外ドラマ英語字幕翻訳辞書
Bash itself returns the exit status of the last command executed, unless a syntax error occurs, in which case it exits with a non-zero value.
文法エラーの場合には 0 でない値が終了ステータスとなります。 - JM
Why does FreeBSD not use bash or another shell?7.9.
5.9. FreeBSD は Java をサポートしていますか? 5.10. 3.x-STABLE を載せているマシンで portがコンパイルできないことがあります。 - FreeBSD
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
Bash uses the value of the variable formed from the rest of parameter as the name of the variable; this variable is then expanded and that value is used in the rest of the substitution, rather than the value of parameter itself.
bash は、展開に parameter そのものの値を使用するのでなく、parameter の感嘆符を除いた残りの文字を変数名として扱い、その変数の値をその後の展開に使用します。 - 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
Bash handles several filenames specially when they are used in redirections, as described in the following table: 0 /dev/fd/fd If fd is a valid integer, file descriptor fd is duplicated.
bash は、以下の表にあるようなファイル名がリダイレクトに使用されると、それらを特別に扱います。 0/dev/fd/fdfd が有効な整数ならばファイル・ディスクリプター fd が複製されます。 - JM
If the name is neither a shell function nor a builtin, and contains no slashes, bash searches each element of the PATH for a directory containing an executable file by that name.
名前がシェル関数も組み込みコマンドでなく、かつスラッシュを含まない場合には、bashはPATHの各要素を検索し、その名前の実行ファイルを含むディレクトリを探します。 - JM
7.2. How do I configure INN (Internet News) for my machine?
5.2. なぜ /bin/shはこんなに低機能なのですか? どうして bashや他のシェルを採用しないのでしょう? - FreeBSD
OSTYPE Automatically set to a string that describes the operating system on which bash is executing.
HOSTTYPEbashを実行するマシンの種類をユニークに記述する文字列が自動的に設定されます。 - JM
When bash starts a job asynchronously (in the background ), it prints a line that looks like: [1] 25647 indicating that this job is job number 1 and that the process ID of the last process in the pipeline associated with this job is 25647.
このテーブルはjobsコマンドを使ってリスト表示できます。 bashがジョブを非同期的に( バックグラウンドで) 起動したときには、bashは以下のような行を出力します:[1] 25647これは、このジョブのジョブ番号は 1 であり、このジョブを構成するパイプライン中の最後のプロセスの ID が25647 であることを示しています。 - JM
The file is immediately deleted from the directory listing, however.
以前は、bash(1)シェルがインストールされた時に 作成されていましたが、現在は標準で作成されています。 - FreeBSD
Bash's exit status is the exit status of the last command executed in the script.
bash の終了ステータスは、このスクリプト中で実行された最後のコマンドの終了ステータスになります。 - JM
PROMPTING When executing interactively, bash displays the primary prompt PS1 when it is ready to read a command, and the secondary prompt PS2 when it needs more input to complete a command.
プロンプト対話的に動作している場合、bashはコマンドを読む込み準備ができた時にプライマリプロンプトPS1を表示し、コマンドを完成させるためにまだ入力が必要な時にセカンダリプロンプトPS2を表示します。 - JM
profile, in that order, and reads and executes commands from the first one that exists and is readable. bashは、この中で最初に見つかり、かつ読み込みが可能であるファイルからコマンドを読み込んで実行します。 - JM
All builtins return an exit status of 2 to indicate incorrect usage.
bash 自身が返す終了ステータスは、文法エラーが起きなければ、実行した最後のコマンドの終了ステータスです。 - JM
Easier to bash his skull in then explain why you're funneling sand into a fuel tank, no? なぜ砂を燃料タンクに 詰めているのか 説明するより 彼の頭蓋骨をへこませる方が簡単だろ? - 映画・海外ドラマ英語字幕翻訳辞書
When invoked as an interactive shell with the name sh , bash looks for the variable ENV , expands its value if it is defined, and uses the expanded value as the name of a file to read and execute.
shという名前の対話的シェルとして起動されると、bashは環境変数ENVを調べ、この変数が定義されていればその値を展開し、展開で得た値をコマンドの読み込みと実行を行うためのファイル名として使います。 - JM
When bash is waiting for an asynchronous command via the wait builtin, the reception of a signal for which a trap has been set will cause the wait builtin to return immediately with an exit status greater than 128, immediately after which the trap is executed.
bash が組み込みコマンドのwait を使って非同期コマンドを待っている時に、トラップが設定されているシグナルを受け取ると、組み込みコマンド wait は即座に復帰させられます。 この際の終了ステータスは 128 より大きい値になります。 - JM
module is loaded, input will automaticallyinherit bash-like history-list editing (e.g.
モジュールがロードされているなら、入力は自動的にbashのような履歴リスト編集機能を受け継ぎます(例えば、Control-Pは直前のコマンドへのスクロールバック、Control-Nは次のものへ進む、Control-Fはカーソルを右へ非破壊的に進める、Control-Bはカーソルを非破壊的に左へ移動させる等)。 - Python
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
If a second attempt to exit is made without an intervening command, the shell does not print another warning, and the stopped jobs are terminated.
間にコマンドを挟まずにbashを再び終了させようとすると、シェルは警告を繰り返さないで、停止されているジョブを終了させます。 - JM
Please submit a bug report on this with the send-pr(1) command, since the Ports Collection is supposed to work for both the -CURRENT and -STABLE branches.
Ports コレクションが bash やscsh、tcsh、zsh などの 多機能なシェルを含んでいるからです (これらのシェルすべてのメモリ使用状況は、ps -u の VSZ やRSS の行で、あなた自身が確認することができます)。 - FreeBSD
# cd /mnt/gentoo/diskless/eta/# tar -xvjpf /mnt/cdrom/gentoo/stage3-*.tar.bz2# mount -t proc /proc /mnt/gentoo/diskless/eta/proc# cp /etc/resolv.conf /mnt/gentoo/diskless/eta/etc/resolv.conf# chroot /mnt/gentoo/diskless/eta/ /bin/bash# env-update# source /etc/profile Kernel configuration: When you do the make menuconfig of your kernel configuration, don't forget to enable the following options with the others recommended into the install howto. カーネルの設定:makemenuconfigを使ってカーネルを設定するときには、インストール手引書で推奨されている項目以外にも、次の項目を有効にすることを忘れないでください。 - Gentoo Linux
The general format for appending output is: [n]>>word Redirecting Standard Output and Standard Error Bash allows both the standard output (file descriptor 1) and the standard error output (file descriptor 2) to be redirected to the file whose name is the expansion of word with this construct.
追加出力は一般的には以下の形式です:[n]>>word標準出力と標準エラー出力のリダイレクトこの構造を使うと、標準出力 (ファイル・ディスクリプター 1) と標準エラー出力(ファイル・ディスクリプター 2) の両方を、wordを展開した結果の名前を持つファイルにリダイレクトできます。 - JM
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
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.