小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 英和対訳 > bash withの意味・解説 

bash withとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 殴りつける、いやというほどたたく、打ち壊す

bash withの
変形一覧

複合動詞:bashing with(現在分詞) bashed with(過去形) bashed with(過去分詞) bashes with(三人称単数現在)

Weblio英和対訳辞書での「bash with」の意味

bash with

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「bash with」の部分一致の例文検索結果

該当件数 : 19



例文

bash one's thumb with a hammer発音を聞く 例文帳に追加

親指を金づちでいやというほどたたく. - 研究社 新英和中辞典

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

dotglob If set, bash includes filenames beginning with a `. ' in the results of pathname expansion.例文帳に追加

dotglob設定されている場合、bashは `.' で始まるファイル名をパス名展開の結果に含めます。 - JM

Bash allows the current readline key bindings to be displayed or modified with the bind builtin command.発音を聞く 例文帳に追加

bashでは、組み込みコマンドのbindを使って、readline の現在の キー割り当ての表示と変更を行えます。 - JM

If bash is invoked with a file of commands, $0 is set to the name of that file.発音を聞く 例文帳に追加

コマンドを記述したファイルを指定してbashを起動した場合、$0にはそのファイルの名前が設定されます。 - 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

例文

And find whatdynamic libraries that bash is compiled with (if it is compiled with-static this step is not necessary):発音を聞く 例文帳に追加

そして、bashとともにコンパイルされたダイナミックライブラリを探します(-staticを用いてコンパイルされたのなら、この行程は必要ありません)。 - Gentoo Linux

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「bash with」の部分一致の例文検索結果

該当件数 : 19



例文

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

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

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 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

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

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

例文

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

>>例文の一覧を見る

bash withのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS