1016万例文収録!

「"command substitution"」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "command substitution"に関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

"command substitution"を含む例文一覧と使い方

該当件数 : 22



例文

Command Substitution Command substitution allows the output of a command to replace the command name. 例文帳に追加

コマンド置換コマンド置換 (command substitution) を用いると、コマンド名をコマンドの出力で置き換えできます。 - JM

Don't do command substitution. 例文帳に追加

コマンド置換を行わない。 - JM

If one of the expansions contained a command substitution, the exit status of the command is the exit status of the last command substitution performed. 例文帳に追加

展開のいずれかがコマンド置換である場合には、コマンドの終了ステータスは最後に実行されたコマンド置換の終了ステータスになります。 - JM

The command substitution $(cat file) can be replaced by the equivalent but faster $(< file). 例文帳に追加

コマンド置換 $(cat file) は、同じ意味を持ち、しかも高速な $(< file) に置き換え可能です。 - JM

例文

Normally during command substitution stderr is redirected to /dev/null . 例文帳に追加

通常はコマンド置換のときにstderrが/dev/nullにリダイレクトされる。 - JM


例文

Parameter Expansion The `$' character introduces parameter expansion, command substitution, or arithmetic expansion. 例文帳に追加

パラメータの展開`$' 文字があると、パラメータ展開、コマンド置換、算術式展開が行われます。 - JM

The first backquote not preceded by a backslash terminates the command substitution. 例文帳に追加

バックスラッシュが前置されていないバッククォートがあると、そこでコマンド置換は閉じられます。 - JM

There are seven kinds of expansion performed: "brace expansion" , "tilde expansion" , "parameter and variable expansion" , "command substitution" , "arithmetic expansion" , "word splitting" , and "pathname expansion" . 例文帳に追加

行われる展開は7 種類あります:"ブレースの展開 (brace expansion)" ,"チルダの展開 (tilde expansion)" ,"パラメータと変数の展開 (parameter and variable expansion)" ,"コマンド置換 (command substitution)" ,"算術式展開 (arithmetic expansion)" ,"単語の分割 (word splitting)" ,"パス名の展開 (pathname expansion)" 。 - JM

All values undergo tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote removal (see EXPANSION below). 例文帳に追加

全てのvalueに対して、チルダ展開、パラメータと変数の展開、コマンド置換、算術式展開、クォート除去が行われます (後述の展開を参照)。 - JM

例文

In each of the cases below, word is subject to tilde expansion, parameter expansion, command substitution, and arithmetic expansion. 例文帳に追加

以下に示すそれぞれの場合、word に対してチルダ展開、パラメータ展開、コマンド置換、算術式展開が行われます。 - JM

例文

All tokens in the expression undergo parameter expansion, string expansion, command substitution, and quote removal. 例文帳に追加

式に含まれる全てのトークンに対して、パラメータ展開・文字列展開・コマンド置換・クォートの削除が行われます。 - JM

When available, process substitution is performed simultaneously with parameter and variable expansion, command substitution, and arithmetic expansion. 例文帳に追加

利用可能であれば、プロセス置換 (process substitution) は、パラメータ展開・変数展開・コマンド置換・算術式展開と同時に行われます。 - JM

If word is unquoted, all lines of the here-document are subjected to parameter expansion, command substitution, and arithmetic expansion. 例文帳に追加

word がクォートされていなければ、ヒアドキュメント中の全ての行に対してパラメータ展開・コマンド置換・算術式展開が行われます。 - JM

Commands run as a result of command substitution ignore the keyboard-generated job control signals SIGTTIN , SIGTTOU , and SIGTSTP . 例文帳に追加

コマンド置換の結果として実行されたコマンドは、キーボードで生成されたジョブ制御シグナルを無視します。 無視されるシグナルはSIGTTIN ,SIGTTOU ,SIGTSTPです。 - JM

Word splitting and pathname expansion are not performed on the words between the [[ and ]]; tilde expansion, parameter and variable expansion, arithmetic expansion, command substitution, process substitution, and quote removal are performed. 例文帳に追加

単語分割とパス名展開は [[ と ]]の間の単語に対しては行われません。 チルダ展開、パラメータと変数の展開、算術式展開、コマンド置換、プロセス置換、クォート除去は実行されます。 - JM

The order of expansions is: brace expansion, tilde expansion, parameter, variable and arithmetic expansion and command substitution (done in a left-to-right fashion), word splitting, and pathname expansion. 例文帳に追加

展開の順序は次のようになります: ブレース展開、チルダ展開、パラメータ・変数・算術式展開、コマンド置換 (左から右へ)、単語分割、パス名展開。 - JM

Word Splitting The shell scans the results of parameter expansion, command substitution, and arithmetic expansion that did not occur within double quotes for "word splitting" . 例文帳に追加

単語の分割シェルはパラメータ展開・コマンド置換・算術式展開(ダブルクォートの内部ではこれらの展開は行われません)の結果をスキャンし、"単語分割"を行います。 - JM

The word following the redirection operator in the following descriptions, unless otherwise noted, is subjected to brace expansion, tilde expansion, parameter expansion, command substitution, arithmetic expansion, quote removal, pathname expansion, and word splitting. 例文帳に追加

以下の説明では、リダイレクト演算子の次の単語に対しては、特に説明しない限り、ブレース展開・チルダ展開・パラメータ展開・コマンド置換・算術式展開・クォート削除・パス名展開・単語分割が行われます。 - JM

Each word is then expanded using brace expansion, tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and pathname expansion, as described above under EXPANSION . 例文帳に追加

それぞれの単語は、前述の展開で示したように、ブレース展開、チルダ展開、パラメータと変数の展開、コマンド置換、算術式展開、パス名展開が行われます。 - JM

A rendering command substitution part 2 then substitutes the rendering command or the rendering command sequence capable of reducing the moire apparently for the whole or part of the substitution object command detected by the substitution object command detection part 1.例文帳に追加

そして、置換対象コマンド検出部1で検出された置換対象コマンドの全部または一部について、描画コマンド置換部2において、モアレを見かけ上低減できる描画コマンドあるいは描画コマンド列に置換する。 - 特許庁

When braces are used, the matching ending brace is the first `}' not escaped by a backslash or within a quoted string, and not within an embedded arithmetic expansion, command substitution, or paramter expansion. 例文帳に追加

ブレースを使った場合、マッチングを終えるブレースは最初の `}' です。 ただしバックスラッシュでエスケープされているものやクォートされている文字列中のものは含まれませんし、算術式展開やコマンド置換、パラメータ展開に入っているものも含まれません。 - JM

例文

After the string is decoded, it is expanded via parameter expansion, command substitution, arithmetic expansion, and quote removal, subject to the value of the promptvars shell option (see the description of the shopt command under "SHELL BUILTIN COMMANDS" below). 例文帳に追加

この文字列がデコードされた後、さらにパラメータ展開、コマンド置換、算術式展開、クォート削除が適用されます。 展開はシェルオプションpromptvars(後述のシェルの組み込みコマンドの項にあるshoptコマンドの説明を参照) の値に基づいて行われます。 - JM

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS