Usage
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(Usage);
*目次 [#ofa46543]
#contents
*関連ページ [#b8ec5469]
*参考情報 [#v5f5f483]
*基本情報 [#z0c38826]
-optparseなどを使ってUsageメッセージを出力したい場合に参...
*コマンド一覧 [#u50d21fa]
*rsync [#wac9a63c]
#pre{{
$ rsync --help
rsync version 2.6.9 protocol version 29
Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison...
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, syml...
inplace, IPv6, 64-bit system inums, 64-bit ...
rsync comes with ABSOLUTELY NO WARRANTY. This is free so...
are welcome to redistribute it under certain conditions. ...
General Public Licence for details.
rsync is a file transfer program capable of efficient rem...
via a fast differencing algorithm.
Usage: rsync [OPTION]... SRC [SRC]... DEST
or rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
or rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
or rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST...
or rsync [OPTION]... [USER@]HOST:SRC [DEST]
or rsync [OPTION]... [USER@]HOST::SRC [DEST]
or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [...
The ':' usages connect via remote shell, while '::' & 'rs...
to an rsync daemon, and require SRC or DEST to start with...
Options
-v, --verbose increase verbosity
-q, --quiet suppress non-error messages
--no-motd suppress daemon-mode MOTD (s...
-c, --checksum skip based on checksum, not ...
-a, --archive archive mode; same as -rlptg...
--no-OPTION turn off an implied OPTION (...
-r, --recursive recurse into directories
-R, --relative use relative path names
--no-implied-dirs don't send implied dirs with...
-b, --backup make backups (see --suffix &...
--backup-dir=DIR make backups into hierarchy ...
--suffix=SUFFIX set backup suffix (default ~...
-u, --update skip files that are newer on...
--inplace update destination files in-...
--append append data onto shorter files
-d, --dirs transfer directories without...
-l, --links copy symlinks as symlinks
-L, --copy-links transform symlink into refer...
}}
*ag [#sc237597]
#pre{{
$ ag --help
Usage: ag [FILE-TYPE] [OPTIONS] PATTERN [PATH]
Recursively search for PATTERN in PATH.
Like grep or ack, but faster.
Example:
ag -i foo /bar/
Output Options:
--ackmate Print results in AckMate-parsea...
-A --after [LINES] Print lines after match (Defaul...
-B --before [LINES] Print lines before match (Defau...
--[no]break Print newlines between matches ...
(Enabled by default)
-c --count Only print the number of matche...
(This often differs from the nu...
--[no]color Print color codes in results (E...
--color-line-number Color codes for line numbers (D...
--color-match Color codes for result match nu...
--color-path Color codes for path names (Def...
--column Print column numbers in results
--[no]filename Print file names (Enabled unles...
-H --[no]heading Print file names before each fi...
(Enabled by default)
}}
終了行:
&tag(Usage);
*目次 [#ofa46543]
#contents
*関連ページ [#b8ec5469]
*参考情報 [#v5f5f483]
*基本情報 [#z0c38826]
-optparseなどを使ってUsageメッセージを出力したい場合に参...
*コマンド一覧 [#u50d21fa]
*rsync [#wac9a63c]
#pre{{
$ rsync --help
rsync version 2.6.9 protocol version 29
Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison...
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, syml...
inplace, IPv6, 64-bit system inums, 64-bit ...
rsync comes with ABSOLUTELY NO WARRANTY. This is free so...
are welcome to redistribute it under certain conditions. ...
General Public Licence for details.
rsync is a file transfer program capable of efficient rem...
via a fast differencing algorithm.
Usage: rsync [OPTION]... SRC [SRC]... DEST
or rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
or rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
or rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST...
or rsync [OPTION]... [USER@]HOST:SRC [DEST]
or rsync [OPTION]... [USER@]HOST::SRC [DEST]
or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [...
The ':' usages connect via remote shell, while '::' & 'rs...
to an rsync daemon, and require SRC or DEST to start with...
Options
-v, --verbose increase verbosity
-q, --quiet suppress non-error messages
--no-motd suppress daemon-mode MOTD (s...
-c, --checksum skip based on checksum, not ...
-a, --archive archive mode; same as -rlptg...
--no-OPTION turn off an implied OPTION (...
-r, --recursive recurse into directories
-R, --relative use relative path names
--no-implied-dirs don't send implied dirs with...
-b, --backup make backups (see --suffix &...
--backup-dir=DIR make backups into hierarchy ...
--suffix=SUFFIX set backup suffix (default ~...
-u, --update skip files that are newer on...
--inplace update destination files in-...
--append append data onto shorter files
-d, --dirs transfer directories without...
-l, --links copy symlinks as symlinks
-L, --copy-links transform symlink into refer...
}}
*ag [#sc237597]
#pre{{
$ ag --help
Usage: ag [FILE-TYPE] [OPTIONS] PATTERN [PATH]
Recursively search for PATTERN in PATH.
Like grep or ack, but faster.
Example:
ag -i foo /bar/
Output Options:
--ackmate Print results in AckMate-parsea...
-A --after [LINES] Print lines after match (Defaul...
-B --before [LINES] Print lines before match (Defau...
--[no]break Print newlines between matches ...
(Enabled by default)
-c --count Only print the number of matche...
(This often differs from the nu...
--[no]color Print color codes in results (E...
--color-line-number Color codes for line numbers (D...
--color-match Color codes for result match nu...
--color-path Color codes for path names (Def...
--column Print column numbers in results
--[no]filename Print file names (Enabled unles...
-H --[no]heading Print file names before each fi...
(Enabled by default)
}}
ページ名: