manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 164 for パイプ (0.031 sec.)
Man page of PIPE 14144
PIPE Section: Linux Programmer's Manual (7) Updated: 2014-07-08 Index JM Home Page 名前 pipe - パイプ ... イプと FIFO の概要 説明 パイプと FIFO (名前付きパイプともいう) は、 単方向のプロセ ... ス間通信チャネルを提供する。 パイプには「読み出し側」と「書き込み側」がある。 パイプの書 ... き込み側で書き込まれたデータは、 パイプの読み出し側から読み出すことができる。 パイプを作成す ... るには pipe (2) を使用する。 pipe (2) は新しいパイプを作成し、ファイルディスクリプターを二つ返す。 ディス ...
https://man.plustar.jp/manpage/man7/pipe.7.html - [similar]
Man page of PIPE 11101
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... pe2 - パイプを生成する 書式 #include < unistd.h > /* On Alpha, I ... pipe2(int pipefd [2], int flags ); 説明 pipe () はパイプを生成する。 パイプは、プロセス間通信に使用できる単方 ... 向のデータチャネルである。 配列 pipefd は、パイプの両端を参照する二つのファイルディスクリプターを 返す ... のに使用される。 pipefd[0] がパイプの読み出し側、 pipefd[1] がパイプの書き込み側である。 ...
https://man.plustar.jp/manpage/man2/pipe.2.html - [similar]
Man page of PIPE 11101
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... pe2 - パイプを生成する 書式 #include < unistd.h > /* On Alpha, I ... pipe2(int pipefd [2], int flags ); 説明 pipe () はパイプを生成する。 パイプは、プロセス間通信に使用できる単方 ... 向のデータチャネルである。 配列 pipefd は、パイプの両端を参照する二つのファイルディスクリプターを 返す ... のに使用される。 pipefd[0] がパイプの読み出し側、 pipefd[1] がパイプの書き込み側である。 ...
https://man.plustar.jp/manpage/man2/pipe2.2.html - [similar]
Man page of GCC 9995
GCC Section: GNU Tools (1) Updated: 1998/12/16 Index JM Home Page 名称 gcc, g++ - GNU プロジェク ... の間のデータの受け渡しに、テンポラリファイルではなく パイプを使用します。いくつかのシステムではアセンブラがパイ ... します。 `__bb_trace__' は基本ブロック列を `gzip' にパイプし、 ファイル `bbtrace.gz' に書き出します。 `__bb_hi ...
https://man.plustar.jp/manpage/man1/gcc.1.html - [similar]
Man page of SPLICE 9391
SPLICE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 splice ... - パイプとの間でデータを継ぎ合わせる 書式 #define _GNU_SOURC ... 送する。 2 つのファイルディスクリプターのうち一つは パイプを参照していなければならない。 fd_in と off_in には以 ... 下のルールが適用される。 * fd_in がパイプを参照している場合、 off_in は NULL でなければならな ... い。 * fd_in がパイプを参照しておらず、かつ off_in が NULL の場合、 バイト ...
https://man.plustar.jp/manpage/man2/splice.2.html - [similar]
Man page of TEE 8001
TEE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 tee - パイプ ... ee () は、ファイルディスクリプター fd_in が参照するパイプからファイルディスクリプター fd_out が参照するパイプ ... k) しても無意味である。 なぜなら、 fd_in が参照するパイプの書き込み側に接続されている者がいないからである。 エ ... on would block. EINVAL fd_in と fd_out のどちらかがパイプを参照していない。もしくは fd_in と fd_out が同じパイ ... ux 固有である。 注意 概念としては、 tee () は二つのパイプ間でデータのコピーを行う。 しかし、実際には実データの ...
https://man.plustar.jp/manpage/man2/tee.2.html - [similar]
Man page of FILE 7579
FILE Section: User Commands (1) Updated: Copyright but distributable Index JM Home Page 名前 fil ... ァイルタイプ (ソケット・シンボリックリンク・名前付きパイプ (FIFO) (ただしシステムで実装されている場合)) は、 ... ときにのみ役立つ。 このオプションは、ファイルタイプをパイプから出力する プログラムで使われることを意図している。 ...
https://man.plustar.jp/manpage/man1/file.1.html - [similar]
Man page of TCSH 7488
TCSH Section: User Commands (1) Updated: 2 September 2001 Index JM Home Page 名称 tcsh - ファイル ... 入出力をどのように扱うかを説明します。 単純コマンド、パイプライン、コマンド列 単純コマンドは、単語の列であり、 ... す。 `|' 文字によって区切られた一連の単純コマンドは パイプラインを形成します。 パイプライン内のそれぞれのコマン ... は次のコマンドの 入力に接続されます。 単純コマンドとパイプラインは `;' 文字を使って コマンド列に組み入れること ... ができ、並んでいる順に実行されます。 コマンドとパイプラインは `||' や `&&' でコマンド列に 組み込むこともで ...
https://man.plustar.jp/manpage/man1/tcsh.1.html - [similar]
Man page of FIFO 7431
FIFO Section: Linux Programmer's Manual (7) Updated: 2017-11-26 Index JM Home Page 名前 fifo - F ... IFO 特殊ファイル、名前付きパイプ 説明 FIFO 特殊ファイル (名前付きパイプ) はパイプ... は、プロセスがファイルシステム上の名前を使用してそのパイプにアクセスできるように参照ポイントを提供しているだけ ... イルに関して、 1 つの FIFO 特殊ファイルにつき 1 つのパイプオブジェクトを管理する。データを渡す前に、 FIFO の両 ... ている。 関連キーワード オープン , プロセス , 名前 , パイプ , 書き込み , 読み込み , データ , 停止 , 動作 , 反対 ...
https://man.plustar.jp/manpage/man7/fifo.7.html - [similar]
Man page of LESS 6918
LESS Section: User Commands (1) Updated: Version 358: 08 Jul 2000 Index JM Home Page 名前 less - ... 保存する。 このコマンドは入力が一般のファイルでなく、パイプの時のみ有効である。 オプション コマンドラインオプシ ... ォルトでは 10 個のバッファを使う (ただし、ファイルがパイプの場合は例外である。-B オプションを参照)。 数字 n で ... ァの数を指定する。 -B または --auto-buffers データがパイプから読み込まれる場合、 デフォルトではバッファは必要に ... 応じて動的確保される。 そのため、大容量のデータがパイプから読み込まれる場合、 多くのメモリが確保されてしまう ...
https://man.plustar.jp/manpage/man1/less.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022