Results of 1 - 10 of about 324 for OUT (0.003 sec.)
- Man page of SCRIPTREPLAY 7436
- SCRIPTREPLAY Section: User Commands (1) Updated: October 2019 Index JM Home Page 名前 scriptrepl
...
ァイル名を 2 番目のパラメータとして、あるいは --log-out オプションで指定することもできる。 3 番目のパラメー ...
ript の端末入力を記録しているファイル。 -O , --log-out file script の端末出力を記録しているファイル。 -B ...
le script の端末出力を記録しているファイル。 --log-out の別名だが、非推奨である。このオプションは、旧式の ...
に表示させる。指定できるストリームのタイプは、 in , out , signal , info である。このオプションは、マルチス ...
-
https://man.plustar.jp/manpage/man1/scriptreplay.1.html
- [similar]
- Man page of EXPECT 7205
- EXPECT Section: User Commands (1) Updated: 29 December 1994 Index JM Home Page 名前 expect - 対話
...
ect spawn priv_prog expect Password: send "$expect_out(1,string)\r" . . . exit } シェルの非同期実行(&)時に ...
に処理が実行される。 もし、パターンがキーワード timeout であれば、タイムアウトが発生した時に処理が実行され ...
る。 timeout キーワードが使われなかった場合、タイムアウト時には ...
ともできる。 例えば 30 秒と設定したければ、"set timeout 30"を実行すること。 タイムアウトさせないためには、 ...
-
https://man.plustar.jp/manpage/man1/expect.1.html
- [similar]
- Man page of SPLICE 7058
- SPLICE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 splice
...
size_t splice(int fd_in , loff_t * off_in , int fd_out , loff_t * off_out , size_t len , unsigned int fla ...
ィスクリプター fd_in からファイルディスクリプター fd_out へ最大 len バイトを転送する。 2 つのファイルディス ...
場合、 fd_in のファイルオフセットは変更されない。 fd_out と off_out に関しても同様である。 flags 引数には、 ...
に転送されるデータがあることを示す。 このフラグは fd_out がソケットを参照している場合に有用なヒントとなる ( ...
-
https://man.plustar.jp/manpage/man2/splice.2.html
- [similar]
- Man page of PTHREAD_SETNAME_NP 7058
- PTHREAD_SETNAME_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page
...
ルセッションは、このプログラムの実行例である。 $ ./a.out Created a thread. Default name is: a.out The threa ...
EADFOO. haZ # Suspend the program [1]+ Stopped ./a.out $ ps H -C a.out -o 'pid tid cmd comm' PID TID CMD ...
COMMAND 5990 5990 ./a.out a.out 5990 5991 ./a.out THREADFOO $ cat /proc/5990 ...
/task/5990/comm a.out $ cat /proc/5990/task/5991/comm THREADFOO プログラ ...
-
https://man.plustar.jp/manpage/man3/pthread_getname_np.3.html
- [similar]
- Man page of PTHREAD_SETNAME_NP 7058
- PTHREAD_SETNAME_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page
...
ルセッションは、このプログラムの実行例である。 $ ./a.out Created a thread. Default name is: a.out The threa ...
EADFOO. haZ # Suspend the program [1]+ Stopped ./a.out $ ps H -C a.out -o 'pid tid cmd comm' PID TID CMD ...
COMMAND 5990 5990 ./a.out a.out 5990 5991 ./a.out THREADFOO $ cat /proc/5990 ...
/task/5990/comm a.out $ cat /proc/5990/task/5991/comm THREADFOO プログラ ...
-
https://man.plustar.jp/manpage/man3/pthread_setname_np.3.html
- [similar]
- Man page of SENDFILE 6910
- SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send
...
式 #include < sys/sendfile.h > ssize_t sendfile(int out_fd , int in_fd , off_t * offset , size_t count ); ...
込みのためにオープンされたファイルディスクリプター、 out_fd は書き込みのためにオープンされたディスクリプター ...
ことはできない)。 2.6.33 より前の Linux カーネルでは out_fd はソケットを参照していなければな らない。Linux ...
fer was successful, the number of bytes written to out_fd is returned. Note that a successful call to sen ...
-
https://man.plustar.jp/manpage/man2/sendfile.2.html
- [similar]
- Man page of SENDFILE 6910
- SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send
...
式 #include < sys/sendfile.h > ssize_t sendfile(int out_fd , int in_fd , off_t * offset , size_t count ); ...
込みのためにオープンされたファイルディスクリプター、 out_fd は書き込みのためにオープンされたディスクリプター ...
ことはできない)。 2.6.33 より前の Linux カーネルでは out_fd はソケットを参照していなければな らない。Linux ...
fer was successful, the number of bytes written to out_fd is returned. Note that a successful call to sen ...
-
https://man.plustar.jp/manpage/man2/sendfile64.2.html
- [similar]
- Man page of TEE 6910
- TEE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 tee - パイ
...
include < fcntl.h > ssize_t tee(int fd_in , int fd_out , size_t len , unsigned int flags ); 説明 tee () は ...
in が参照するパイプからファイルディスクリプター fd_out が参照するパイプへ最大 len バイトのデータを複製する ...
and the operation would block. EINVAL fd_in と fd_out のどちらかがパイプを参照していない。もしくは fd_in ...
と fd_out が同じパイプを参照している。 ENOMEM メモリー不足。 ...
-
https://man.plustar.jp/manpage/man2/tee.2.html
- [similar]
- Man page of nohup 6763
- nohup Section: User Commands (1) Updated: 18 June 2002 Index JM Home Page 名前 nohup - ハングアッ
...
力が端末のときは、 標準出力と標準エラー出力は `nohup.out' へ追加書き込みモードでリダイレクトされる。 `nohup ...
.out' へ書き込めない場合は `$HOME/nohup.out' へ追加書き ...
ない場合は、コマンドは実行されない。 nohup が 'nohup.out' もしくは '$HOME/nohup.out' を生成したときは、 その ...
-
https://man.plustar.jp/manpage/man1/nohup.1.html
- [similar]
- Man page of PR 6606
- PR Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 pr - 印刷用にファイ
...
[ IN-TABCHAR [ IN-TABWIDTH ]] [ -h HEADER ] [ -i [ OUT-TABCHAR [ OUT-TABWIDTH ]] [ -l PAGE_LENGTH ] [ -n ...
R-SEPARATOR [ DIGITS ]] [ --no-file-warnings ] [ --output-tabs [ = OUT-TABCHAR [ OUT-TABWIDTH ]] [ --omit ...
われる。` -h "" ' とするとヘッダ行は空になる。 -i [ OUT-TABCHAR [ OUT-TABWIDTH ]] --output-tabs [ = OUT-TA ...
BCHAR [ OUT-TABWIDTH ]] 出力のスペースをタブに圧縮する。 OUT-T ...
-
https://man.plustar.jp/manpage/man1/pr.1.html
- [similar]