manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 936 for FILE (0.089 sec.)
Man page of TOUCH 4807
TOUCH Section: User Commands (1) Updated: 17 November 1998 Index JM Home Page 名前 touch - ファイ ... ス時刻と修正時刻を変更する 書式 touch [-acm][-r ref_file |-t time ] file... 今後使われなくなる書式: touch [ ... -acm][ ugly_time ] file... GNU 版: touch [-acfm] [-r file ] [-t time ] [-d ... s,use,mtime,modify}] [--date= time ] [--reference= file ] [--no-create] [--help] [--version] [--] file... ... 説明 touch コマンドは指定したそれぞれの file のアクセス時刻、修正時刻またはいずれかを変更する。 ...
https://man.plustar.jp/manpage/man1/touch.1.html - [similar]
Man page of CANONICALIZE_FILE_NAME 4770
CANONICALIZE_FILE_NAME Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home ... Page 名前 canonicalize_file_name - 正規化された絶対パス名を返す 書式 #define _ ... ) 参照 */ #include < stdlib.h > char *canonicalize_file_name(const char * path ); 説明 canonicalize_file_n ... シュ一つに置換される。 返される文字列は canonicalize_file_name () により動的に割り当てられる。呼び出し側は、 ... 文字列を free (3) で解放すべきである。 canonicalize_file_name(path) は以下と等価である。 realpath(path, NUL ...
https://man.plustar.jp/manpage/man3/canonicalize_file_name.3.html - [similar]
Man page of INSTALL-INFO 4662
INSTALL-INFO Section: User Commands (1) Updated: February 2003 Index JM Home Page 名前 install-i ... ントリの更新 書式 install-info [ OPTION ]... [ INFO-FILE [ DIR-FILE ]] 説明 Info ディレクトリファイル DIR-F ... ILE に対し、 INFO-FILE 用のディレクトリエントリのインストールまたは削除を ... 行います。 オプション --delete INFO-FILE 用に既に存在するエントリを DIR-FILE から削除します ... 。 新規エントリをなにも挿入しません。 --dir-file = NAME Info ディレクトリファイルのファイル名を指定 ...
https://man.plustar.jp/manpage/man1/install-info.1.html - [similar]
Man page of DIFF 4599
DIFF Section: User Commands (1) Updated: October 2002 Index JM Home Page 名前 diff - 2 つのファイ ... ME ] [ -F REGEXP ] [ -I REGEXP ] [ -L LABEL ] [ -S FILE ] [ -U LINES ] [ -W COLUMNS ] [ -X FILE ] [ --bina ... [ --ed ] [ --exclude= PATTERN ] [ --exclude-from= FILE ] [ --expand-tabs ] [ --forward-ed ] [ --from-file ... = FILE ] [ --horizon-lines= LINES ] [ --ifdef= NAME ] [ - ... -ignore-blank-lines ] [ --ignore-case ] [ --ignore-file-name-case ] [ --ignore-matching-lines= REGEXP ] [ ...
https://man.plustar.jp/manpage/man1/diff.1.html - [similar]
Man page of FCNTL 4599
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... ディスクリプターの複製 F_DUPFD ( int ) Duplicate the file descriptor fd using the lowest-numbered available ... is different from dup2 (2), which uses exactly the file descriptor specified. 成功すると、新しいファイルデ ... ng commands manipulate the flags associated with a file descriptor. Currently, only one such flag is defin ... se-on-exec flag. If the FD_CLOEXEC bit is set, the file descriptor will automatically be closed during a s ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 4599
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... ディスクリプターの複製 F_DUPFD ( int ) Duplicate the file descriptor fd using the lowest-numbered available ... is different from dup2 (2), which uses exactly the file descriptor specified. 成功すると、新しいファイルデ ... ng commands manipulate the flags associated with a file descriptor. Currently, only one such flag is defin ... se-on-exec flag. If the FD_CLOEXEC bit is set, the file descriptor will automatically be closed during a s ...
https://man.plustar.jp/manpage/man2/fcntl64.2.html - [similar]
Man page of MEMFD_CREATE 4511
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... memfd_create - 無名ファイル (anonymous file) を作成する 書式 #define _GNU_SOURCE /* feature_te ... 説明 memfd_create () は、 無名ファイル (anonymous file) を作成し、 そのファイルを参照するファイルディスク ... である。 MFD_HUGETLB (Linux 4.14 以降) The anonymous file will be created in the hugetlbfs filesystem using ... huge pages. See the Linux kernel source file Documentation/admin-guide/mm/hugetlbpage.rst for m ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of gdb 4448
gdb Section: GNU Tools (1) Updated: 22may2002 Index JM Home Page 名前 gdb - GNU デバッガ 書式 gd ... -cd= dir ] [ -f ] [ -b bps ] [ -tty= dev ] [ -s symfile ] [ -e prog ] [ -se prog ] [ -c core ] [ -x cmds ] ... DB コマンドには以下のようなものがあります: break [ file : ] function プレークポイントを ( file 内の) funct ... 行内の全ての関数は 1 ステップで実行されます。 edit [ file : ] function 現在中断している場所のプログラムの行を ... エディタで開きます。 list [ file : ] function 現在中断している場所の近辺のプログラム ...
https://man.plustar.jp/manpage/man1/gdb.1.html - [similar]
Man page of LIBTOOL 4448
LIBTOOL Section: Misc. Reference Manual Pages (301) Updated: June 2002 Index JM Home Page 名前 l ... DE-ARGS... ] リンクモード: [ -l NAME ] [ -o OUTPUT-FILE ] [ -L LIBDIR ] [ -R LIBDIR ] [ -all-static ] [ -a ... void-version ] [ -dlopen FILE ] [ -dlpreopen FILE ] [ -export-dynamic ] [ --expo ... rt-symbols FILE ] [ --export-symbols REGEX ] [ --module ] [ -no-un ... RENT [ : REVISION [ : AGE ]] 実行モード: [ -dlopen FILE ] libtool [ --features ] [ --help ] [ --version ] ...
https://man.plustar.jp/manpage/man1/libtool.1.html - [similar]
Man page of AFMTODIT 4429
AFMTODIT Section: User Commands (1) Updated: 6 August 2001 Index JM Home Page 名称 afmtodit - gr ... ファイルを作成する 書式 afmtodit [ -nsv ] [ -d desc_file ] [ -e enc_file ] [ -i n ] [ -a n ] afm_file map_f ... ョン 3 がインストールされている必要があります。 afm_file は、フォント作成に用いる AFM (Adobe Font Metric) フ ... ァイルです。 map_file は、groff 上の文字名と PostScript 上の文字名の対応 ... roff フォントファイルで 使用される名前) です。 map_file 内には同じ ps_char が 2 回以上使用されていてもかま ...
https://man.plustar.jp/manpage/man1/afmtodit.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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