| 例文 |
shell commandの部分一致の例文一覧と使い方
該当件数 : 113件
This is most commonly used to pop windows on anotherperson's screen or as part of a "remote shell" command to start an xtermpointing back to your display. 例文帳に追加
これは他人のスクリーンにウィンドウをポップアップさせるためや、リモートの xterm をコマンド自分のディスプレイに出すために「リモートシェル」コマンドの一部として使うことが一般的である。 - XFree86
If no specific server program is given on the command line, xinit will look for a file in the user's home directory called .xserverrc to run asa shell script to start up the server.例文帳に追加
コマンド行でサーバプログラムを指定していない場合、xinit はユーザのホームディレクトリにある .xserverrc ファイルを参照し、このファイルをシェルスクリプトとして実行してサーバを起動する。 - XFree86
Even without -v, thesample rstart helper will leave a shell waiting for the program to complete.This causes no real harm and consumes relatively few resources, but ifit is undesirable it can be avoided by explicitly specifying the "exec"command to the shell, eg 例文帳に追加
\\-v オプションを指定しても、サンプルの rstart 補助プログラムは、実行するプログラムの終了を待つシェルを残す。 これによる実害は無く、消費するリソースもほとんど無いが、それでも望ましくないと思うならば、明示的に "exec" コマンドをシェルで指定すれば回避することもできる。 - XFree86
Our examples show C programs, since they are most common, but you can use make with any programming language whose compiler can be run with a shell command. 例文帳に追加
例としては C 言語のプログラムを用いているが、これは C 言語が最も一般的だからである。 makeは、シェルコマンドからコンパイラを起動できるどんなプログラミング言語とでも組み合わせて使用できる。 - JM
If no specific client program is given on the command line, xinit will look for a file in the user's home directory called .xinitrc to run as a shell script to start up client programs.If no such file exists, xinit will use the following as a default:例文帳に追加
コマンド行でクライアントを指定していない場合、xinit はユーザのホームディレクトリにある .xinitrc ファイルを参照し、このファイルをシェルスクリプトとして実行してクライアントプログラムを起動する。 - XFree86
Programmable Completion When word completion is attempted for an argument to a command for which a completion specification (a compspec) has been defined using the complete builtin (see "SHELL BUILTIN COMMANDS" below), the programmable completion facilities are invoked. 例文帳に追加
プログラム補完complete 組み込みコマンドで補完仕様 (compspec) が定義されているコマンドに対して引き数の単語補完が試みられると、プログラム可能な補完の機能が呼び出されます(complete 組み込みコマンドについては、後述する"シェルの組み込みコマンド"を参照)。 - JM
Any non-option command line arguments are shell globbing patterns; only files in the archive whose names match one or more of those patterns are copied from the archive. 例文帳に追加
オプションでないコマンドラインの引数は、すべてシェルによって展開される文字列として解釈されます。 これは、アーカイブ内のファイル名が、この文字列によって指定されるパターンにマッチする場合にのみそのファイルを展開することを意味します。 - JM
By cutting and pasting pieces of text without trailing newlines, you can take text from several places in different windows and form a command to the shell, for example, or take output from a program and insert it into your favorite editor.例文帳に追加
末尾の改行を含まないテキストの部分をカットアンドペーストすることにより、テキストを異なるウィンドウ内のいくつかの場所に置き、シェルへのコマンドを作り出すことができる。 例えば、あるプログラムからの出力を取り出し、好みのエディタ内に挿入することができる。 - XFree86
Notable entries in the command section of the menu are the Continue,Suspend, Interrupt, Hangup, Terminate and Kill which sends the SIGCONT,SIGTSTP, SIGINT, SIGHUP, SIGTERM and SIGKILL signals, respectively, to the process group of the process running under xterm (usually the shell).The Continue function is especially useful if the user has accidentally typed CTRL-Z, suspending the process.例文帳に追加
コマンドセクションの特筆に値するメニューは、Continue ,Suspend ,Interrupt ,Hangup ,TerminateおよびKillであり、それぞれ SIGCONT, SIGTSTP, SIGINT, SIGHUP, SIGTERM およびSIGKILL シグナルを、xtermの下で実行中のプロセス (通常はシェル) のプロセスグループに送る。 Continue関数は、ユーザが間違って CTRL-Z を押してしまい、プロセスをサスペンドしたときにとくに有益である。 - XFree86
A fault management server 13 extracts log information related to the fault when receiving fault alarm information from a monitoring server 12, and issues a shell including a command for collecting the log information, to a main server 11 and the monitoring server 12 operating and managing the network.例文帳に追加
障害管理サーバ13は、監視サーバ12から障害アラーム情報を受信すると、障害に関連するログ情報を抽出し、ネットワークを運用管理するメインサーバ11及び監視サーバ12に対して、そのログ情報を採取するコマンドを含むシェルを発行する。 - 特許庁
In a computer into which a multi-task operating system such as a UNIX is installed, a flow control syntax constituting procedure type high level programming language and a function calling syntax capable of recursive calling are mounted as a shell outside command preserved in a directory with the path of a file system.例文帳に追加
UNIXなどのマルチタスクオペレーティングシステムがインストールされたコンピュータにおいて、手続き型高級プログラミング言語を構成するフロー制御構文、並びに、再帰呼び出し可能な関数呼び出し構文を、ファイルシステムのパスの通ったディレクトリ内に保存されたシェル外部コマンドとして実装する。 - 特許庁
Even parts of the URL or field names cannot be trusted, since the request doesn'thave to come from your form!To be on the safe side, if you must pass a string gotten from a form to a shell command, you should make sure the string contains only alphanumeric characters, dashes, underscores, and periods.例文帳に追加
URL の一部やフィールド名でさえも信用してはいけません。 CGI へのリクエストはあなたの作ったフォームから送信されるとは限らないからです!安全な方法をとるために、フォームから入力された文字をシェルに渡す場合、文字列に入っているのが英数文字、ダッシュ、アンダースコア、およびピリオドだけかどうかを確認してください。 - Python
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|