manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 42 for PATTERN (0.007 sec.)
Man page of FNMATCH 15654
FNMATCH Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 fnmat ... 書式 #include < fnmatch.h > int fnmatch(const char * pattern , const char * string , int flags ); 説明 fnmatch ... () 関数は strings 引数が pattern 引数にマッチするかをチェックする。 pattern にはシェ ... がセットされていると、 string 中のスラッシュ (/) を pattern にあるスラッシュそのものにだけマッチさせ、 アスタリ ... ていると、 string の先頭ピリオド (leading period) は pattern 中のピリオドそのものにしかマッチしない。先頭ピリオ ...
https://man.plustar.jp/manpage/man3/fnmatch.3.html - [similar]
Man page of CORE 11194
CORE Section: Linux Programmer's Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 core - コ ... umpable file in proc (5).) * /proc/sys/kernel/core_pattern is empty and /proc/sys/kernel/core_uses_pid contai ... scribed below.) Note that if /proc/sys/kernel/core_pattern is empty and /proc/sys/kernel/core_uses_pid contai ... めるのに使われるテンプレートを /proc/sys/kernel/core_pattern ファイルに定義することで、ファイル名を変更すること ... ができる ( /proc/sys/kernel/core_pattern は Linux 2.6 および 2.4.21 以降で利用できる)。 テン ...
https://man.plustar.jp/manpage/man5/core.5.html - [similar]
Man page of PG 10172
PG Section: User Commands (1) Updated: 2001-04-25 Index JM Home Page 名前 pg - テキストファイルを ... -number ] [ -p string ] [ -cefnrs ] [ +line ] [ +/pattern/ ] [ file . . . ] 説明 pg はテキストファイルを CRT ... る場合。 + number 指定された行番号から開始する。 +/ pattern / 指定された基本正規表現 (Basic Regular Expression ... ) pattern を含む行から開始する。 使用法 以下のコマンドをプロ ... ンを再描画する。 $ 入力ファイルの最終行に進む。 i / pattern / 基本正規表現 pattern が最初または i 番目に見つか ...
https://man.plustar.jp/manpage/man1/pg.1.html - [similar]
Man page of PGREP 8856
PGREP Section: Linux User's Manual (1) Updated: June 25, 2000 Index JM Home Page 名前 pgrep, pki ... ,...] [-U uid ,...] [-G gid ,...] [-t term ,...] [ pattern ] pkill [- signal ] [-fvx] [-n|-o] [-P ppid ,...] ... ,...] [-U uid ,...] [-G gid ,...] [-t term ,...] [ pattern ] 説明 pgrep は現在実行中のプロセスを調べ、選択基準 ... 設定する (デフォルトでは改行文字)。( pgrep のみ) -f pattern は通常プロセス名にマッチするが、 -f を設定するとコ ... 定。 -x 名前が (-f を指定した場合はコマンドラインが) pattern に 正確に 一致するプロセスにのみマッチする。 - sig ...
https://man.plustar.jp/manpage/man1/pgrep.1.html - [similar]
Man page of PGREP 8856
PGREP Section: Linux User's Manual (1) Updated: June 25, 2000 Index JM Home Page 名前 pgrep, pki ... ,...] [-U uid ,...] [-G gid ,...] [-t term ,...] [ pattern ] pkill [- signal ] [-fvx] [-n|-o] [-P ppid ,...] ... ,...] [-U uid ,...] [-G gid ,...] [-t term ,...] [ pattern ] 説明 pgrep は現在実行中のプロセスを調べ、選択基準 ... 設定する (デフォルトでは改行文字)。( pgrep のみ) -f pattern は通常プロセス名にマッチするが、 -f を設定するとコ ... 定。 -x 名前が (-f を指定した場合はコマンドラインが) pattern に 正確に 一致するプロセスにのみマッチする。 - sig ...
https://man.plustar.jp/manpage/man1/pkill.1.html - [similar]
Man page of CSPLIT 8794
CSPLIT Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 csplit - ファイ ... イルには標準入力が用いられる。 出力ファイルの内容は PATTERN 引数によって決まる。 PATTERN 引き数で指定される行が ... 表現にマッチする行が残っていない場合など)。 すべての PATTERN がマッチしおわったら、入力の残りは最後の出力ファイ ... n 標準出力にバージョン情報を出力して正常終了する。 PATTERN 引数 N N には正の整数を指定する。出力ファイルを作成 ... ード 出力 , 入力 , 作成 , csplit , SUFFIX , CSPLIT , PATTERN , OFFSET , 整数 , マッチ Linux マニュアル 一覧 [ m ...
https://man.plustar.jp/manpage/man1/csplit.1.html - [similar]
Man page of BASH 8732
BASH Section: User Commands (1) Updated: 2010 December 28 Index JM Home Page 名前 bash - GNU Bou ... れなかった場合には 0 となります。 case word in [ [(] pattern [ | pattern ] ... ) list ;; ] ... esac case コマン ... ドは最初に word を展開し、それぞれの pattern に対して順にマッチングを試みます。 マッチングの際に ... ロセス置換、クォート除去が実行されます。 それぞれの pattern は、チルダ展開、パラメータと変数の展開、 算術式展開 ... 展開結果はリストとして得られます。 ${ parameter / pattern / string } パターンの置換 。 pattern が展開され、 ...
https://man.plustar.jp/manpage/man1/bash.1.html - [similar]
Man page of FIND 8036
FIND Section: User Commands (1) Index JM Home Page 名前 find - ディレクトリ階層内のファイル検索 ... トします (グループ ID 番号による指定も可)。 -ilname pattern -lname と同様ですが、 大文字小文字は区別しません。 ... いない限り、 このテストは false を返します。 -iname pattern -name と同様ですが、 大文字小文字は区別しません。 ... これよりも、 -samefile を使った方が簡単です。 -ipath pattern -path と同様です。 ただし大文字小文字を区別しません ... 。 -iregex pattern -regex と同様です。 ただし大文字小文字を区別しませ ...
https://man.plustar.jp/manpage/man1/find.1.html - [similar]
Man page of GREP 7896
GREP Section: User Commands (1) Updated: Index JM Home Page 名前 grep, egrep, fgrep - パターンに ... マッチする行を表示する 書式 grep [ OPTIONS ] PATTERN [ FILE ...] grep [ OPTIONS ] [ -e PATTERN | -f FIL ... E で名前を指定されたファイルを検索して、与えられた PATTERN にマッチする部分を含む行を探します。 ファイルが指定 ... て終了します。 正規表現の選択 -E , --extended-regexp PATTERN を拡張正規表現 (ERE) として扱います (下記参照)。 - ... F , --fixed-strings PATTERN を改行で区切られた固定文字列 (正規表現のかわりに) ...
https://man.plustar.jp/manpage/man1/egrep.1.html - [similar]
Man page of GREP 7896
GREP Section: User Commands (1) Updated: Index JM Home Page 名前 grep, egrep, fgrep - パターンに ... マッチする行を表示する 書式 grep [ OPTIONS ] PATTERN [ FILE ...] grep [ OPTIONS ] [ -e PATTERN | -f FIL ... E で名前を指定されたファイルを検索して、与えられた PATTERN にマッチする部分を含む行を探します。 ファイルが指定 ... て終了します。 正規表現の選択 -E , --extended-regexp PATTERN を拡張正規表現 (ERE) として扱います (下記参照)。 - ... F , --fixed-strings PATTERN を改行で区切られた固定文字列 (正規表現のかわりに) ...
https://man.plustar.jp/manpage/man1/fgrep.1.html - [similar]
PREV 1 2 3 4 5 NEXT

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