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

<前へ 1 2 3 4 次へ>
  • Another downside of bash is the content of variables - some characters need to be escaped.
    もう一つのbashの弱点は、変数の内容に関してです。 一部の文字はエスケープされてしまいます。 - Gentoo Linux
  • This is because we have no other commands in out chroot environment than bash and echo is a build-in functionality.
    これは、bash以外のコマンドをchroot環境に入れていないからであり、echoはビルドインの機能だからです。 - Gentoo Linux
  • If any of the files exist but cannot be read, bash reports an error.
    以下のファイルのいずれかが、「存在しているが読み込みできない」場合は、bashはエラーを報告します。 - JM
  • If bash determines it is being run by rshd, it reads and executes commands from ~/. bashrc, if that file exists and is readable.
    rshd によって実行されているとbashが判断した場合、~/.bashrc が存在し、かつ読み込み可能であれば、bashはコマンドをこのファイルから読み込んで実行します。 - JM
  • If expression is invalid, bash prints a message indicating failure and no substitution occurs.
    expressionが不正であれば、bashは評価の失敗を示すメッセージを出力し、置換を全く行いません。 - JM
  • Synchronous jobs started by bash have signal handlers set to the values inherited by the shell from its parent.
    bash が起動した同期ジョブは、シェルが自分の親から継承した値をシグナルハンドラに設定します。 - JM
  • Bash allows the current readline key bindings to be displayed or modified with the bind builtin command.
    bashでは、組み込みコマンドのbindを使って、readline の現在の キー割り当ての表示と変更を行えます。 - JM
  • huponexit If set, bash will send SIGHUP to all jobs when an interactive login shell exits.
    huponexit設定されている場合、bash は対話的なログインシェルを終了する時に、全てのジョブにSIGHUPを送ります。 - JM
  • Uncle jack is going to bash your head right in.
    ジャックおじさんは お前の頭を叩くからな - 映画・海外ドラマ英語字幕翻訳辞書
  • If bash is invoked with the name sh , it tries to mimic the startup behavior of historical versions of sh as closely as possible, while conforming to the POSIX standard as well.
    shという名前でbashを起動すると、bashは古くからあるshの起動動作をできるだけ真似しようとします。 また POSIX 標準にもできるだけ従おうとします。 - JM
  • If bash is invoked with a file of commands, $0 is set to the name of that file.
    コマンドを記述したファイルを指定してbashを起動した場合、$0にはそのファイルの名前が設定されます。 - JM
  • When a command terminates on a fatal signal N, bash uses the value of 128+N as the exit status.
    あるコマンドが致命的なシグナル N で終了したときには、bash は「128+N」の値を終了ステータスに使います。 - JM
  • Code Listing5.5: Flushing the environment during chroot # env -i HOME=$HOME TERM=$TERM chroot /mnt/gentoo /bin/bash# /usr/sbin/env-update# source /etc/profile
    コード表示5.5:chroot時の環境更新 - Gentoo Linux
  • The default value is ~/.bash_history.
    場合によっては、bashがデフォルト値を変数に代入します。 - JM
  • MAILCHECK Specifies how often (in seconds) bash checks for mail.
    MAILCHECKbashがメールをチェックする頻度を (秒数で) 指定します。 - JM
  • Why isn't it like the movies where you just have to bash their brains in.
    何で 映画じゃ 頭を破壊してるのかしら - 映画・海外ドラマ英語字幕翻訳辞書
  • I'll bash a stone at him and run away as far as I can.
    そいつに石を投げて できるだけ遠くへ逃げるよ - 映画・海外ドラマ英語字幕翻訳辞書
  • Note: If you are not using bash, check the EXAMPLES section of mankeychain for examples of use in other shells.
    注意:もしbashを使用していないなら、その他のシェル用の例が載っているmankeychainのEXAMPLESの部分を確認してください。 - Gentoo Linux
  • By default, bash reads these files when it is invoked as a login shell (see INVOCATION below).
    デフォルトでは、bashはログインシェルとして起動された時にこれらのファイルを読み込みます (後述の起動セクションを参照)。 - JM
  • Bash does not apply any syntactic interpretation to the context of the expansion or the text between the braces.
    bashは、展開の文脈やブレースの間のテキストに対して文法的な解釈を適用することは一切ありません。 - JM
  • Bash always reads at least one complete line of input before executing any of the commands on that line.
    bashは、ある行に書かれているコマンドを実行する前に必ず、少なくとも 1 回は行全体を読み込みます。 - JM
  • A user typically employs this facility via an interactive interface supplied jointly by the system's terminal driver and bash .
    ユーザは通常、システムの端末ドライバとbashを組み合わせて使い、対話的インタフェースを通してこの機能を利用します。 - JM
  • Any trap on SIGCHLD is executed for each child that exits. If an attempt to exit bash is made while jobs are stopped, the shell prints a warning message.
    ジョブを停止させたままでbashを終了 (exit) させようとすると、シェルは警告メッセージを出力します。 - JM
  • If a compspec is not found, the default bash completion as described above under Completing is performed.
    補完仕様が見つからなかった場合は、前述の 補完 で説明したようなデフォルトのbash の補完が行われます。 - JM
  • When bash is not in posix mode, the current directory is searched if no file is found in PATH .
    bashがposix モードで動作していれば、PATH中でファイルを見つけられなかった場合には、カレントディレクトリが検索されます。 - JM
  • By default, bash follows the logical chain of directories when performing commands which change the current directory.
    デフォルトでは、bashがカレントディレクトリを変更するコマンドを実行する際には、ディレクトリの論理的な接続が辿られます。 - JM
  • Start the service with /usr/bin/strace bash and look for open, read, stat and maybe connect.
    サービスを/usr/bin/straceとともに起動し、open、read、stat、そしてconnectを探します。 - Gentoo Linux
  • MACHTYPE Automatically set to a string that fully describes the system type on which bash is executing, in the standard GNU cpu-company-system format.
    後で再びsetしても元には戻りません。 - JM
  • And find whatdynamic libraries that bash is compiled with (if it is compiled with-static this step is not necessary):
    そして、bashとともにコンパイルされたダイナミックライブラリを探します(-staticを用いてコンパイルされたのなら、この行程は必要ありません)。 - Gentoo Linux
  • Otherwise, it is set to the file name used to invoke bash , as given by argument zero.
    このオプションを指定していない場合には、bashを起動する時に使用した名前が引き数 0 として与えられ $0に設定されます。 - JM
  • Bash uses a hash table to remember the full pathnames of executable files (see hash under "SHELL BUILTIN COMMANDS" below).
    bashはハッシュ表を使って実行ファイルの完全なパス名を記憶します (後述のシェルの組み込みコマンドのhashの項を参照)。 - JM
  • Typing the suspend character (typically ^Z , Control-Z) while a process is running causes that process to be stopped and returns control to bash .
    プロセスの動作中にサスペンド文字(通常は^Z , Control-Z) を打ち込むと、そのプロセスは停止させられ、bashに制御が戻ります。 - JM
  • checkhash If set, bash checks that a command found in the hash table exists before trying to execute it.
    checkhash設定されている場合、bash はハッシュ表で見つけたコマンドを実行する前に実際に存在するかどうかをチェックします。 - JM
  • cmdhist If set, bash attempts to save all lines of a multiple-line command in the same history entry.
    cmdhist設定されている場合、bashは複数行に分かれているコマンドの全ての行を、同じ履歴エントリに保存しようとします。 - JM
  • But first, you should make sure that it really is a bug, and that it appears in the latest version of bash that you have.
    ただし報告の前には、それが本当にバグであることと、バグが最新版のbashで起こることを確かめてください。 - JM
  • There are some subtle differences between bash and traditional versions of sh , mostly because of the POSIX specification.
    bashと昔ながらのバージョンのshにはちょっとした違いがいくつかあります。 この大部分はPOSIXの仕様のせいで生じたものです。 - JM
  • SIGNALS When bash is interactive, in the absence of any traps, it ignores SIGTERM (so that kill 0 does not kill an interactive shell), and SIGINT is caught and handled (so that the wait builtin is interruptible).
    シグナルbash が対話的であり、トラップが全く無いとき、bash はSIGTERMを無視し (したがって kill 0 では対話シェルは kill されません)、SIGINTを捕捉、処理します(したがって組み込みコマンド wait は割り込み可能です)。 - JM
  • If bash is invoked in this fashion, $0 is set to the name of the file, and the positional parameters are set to the remaining arguments.
    このようにbashが起動された場合、$0にそのファイルの名前が設定されます(残りの引き数は位置パラメータに設定されます)。 - JM
  • PS4 The value of this parameter is expanded as with PS1 and the value is printed before each command bash displays during an execution trace.
    PS4このパラメータはPS1と同じように展開されます。 この値は実行トレース中にbashが表示する各コマンド前に出力されます。 - JM
  • If the huponexit shell option has been set with shopt , bash sends a SIGHUP to all jobs when an interactive login shell exits.
    シェルオプションのhuponexitがshoptを使って設定された場合、対話的なログインシェルが終了するときに、bashはSIGHUPを全てのジョブに送ります。 - JM
  • checkwinsize If set, bash checks the window size after each command and, if necessary, updates the values of LINES and COLUMNS .
    checkwinsize設定されている場合、bashはコマンドの実行後に毎回ウィンドウの大きさをチェックし、必要に応じてLINESとCOLUMNSの値を更新します。 - JM
  • Use the hash -r command for shells like sh.
    sh や shells/bashなどのシェルを使っているのであれば hash -r を実行してください。 - FreeBSD
  • If it expands to more than one word, bash reports an error.
    ある単語が複数の単語に展開された場合はエラーになります。 - JM
  • Brianna and deedee's parents went away for a long weekend, so she's throwing herself a little birthday bash.
    ブリアンナとddの親が 留守の間に 誕生日パーティーやるんだよ - 映画・海外ドラマ英語字幕翻訳辞書
  • Brianna and deedee's parents went away for a long weekend, so she's throwing herself a little birthday bash.
    ブリアンナとDDの親が 留守の間に 誕生日パーティーやるんだよ - 映画・海外ドラマ英語字幕翻訳辞書
  • Mandi's annual birthday bash. everybody wants to be invited.
    毎年盛大なマンディのお誕生日会 みんなが招待されたがる - 映画・海外ドラマ英語字幕翻訳辞書
  • Portage is completely written in Python and Bash and therefore fully visible to the users as both are scripting languages.
    Portageは全てPythonとBashによって書かれており、両方ともスクリプト言語であるため、ユーザーにとって全体的に見通しのよいものになっています。 - Gentoo Linux
  • Normally, bash waits until it is about to print a prompt before reporting changes in a job's status so as to not interrupt any other output.
    bashがジョブの状態変化を報告するのは通常、プロンプトを出力する直前です。 これは他の出力を妨害しないためです。 - JM
  • Lets see how to create a chroot, for a basic understanding of how chroots work, we will test it with bash (easy way of learning).
    chrootの作成方法を知ったり、chrootの動作方法に関する基本的な理解を行うために、bashでテストしましょう(学ぶための簡単な方法です)。 - Gentoo Linux
  • If this variable is in the environment when bash starts up, each shell option in the list will be enabled before reading any startup files.
    この変数がbashの起動時に環境変数に入っていた場合、どの起動ファイルを読むよりも前にリスト中のシェルオプションが有効になります。 - JM
<前へ 1 2 3 4 次へ>

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