-form-string <name=string> 模拟http表单提交数据 -g/--globoff 禁用网址序列和范围使用{}和[] -G/--get 以get的方式来发送数据 -h/--help 帮助 -H/--header <line>自定义头信息传递给服务器 --ignore-content-length 忽略的HTTP头信息的长度 -i/--include 输出时包
Ordering options: -b, --ignore-leading-blanks ignore leading blanks -d, --dictionary-order consider only blanks and alphanumeric characters -f, --ignore-case fold lower case to upper case characters -g, --general-numeric-sort compare according to general numerical value -i, --ignore-nonprint...
simple otherwise never, simple always make simple backups --quoting-style 选项的有效参数为: literal shell shell-always c c-maybe escape locale clocale 此 tar 默认为: --format=gnu -f-
numbered 进行编号备份 nil, existing 如果编号备份存在则进行编号备份,否则进行简单备份 never, simple 总是使用简单备份 --quoting-style 选项的有效参数为: literal shell shell-always c c-maybe escape locale clocale tar默认为: --format=gnu -f- -b20 --quoting-style=escape --rmt-command=/etc/rmt ...
-d, --dif, --compare存档和文件系统之间的差异 --delete存档中的删除(不在磁带上!) -r, --append将文件追加到存档的末尾 -t, --list列出存档的内容 --test-label测试存档卷标并退出 -u, --update仅附加比归档中的副本更新的文件 -x, --extract, --get从存档中提取文件 ...
-d或--diff或--compare 对比备份文件内和文件系统上的文件的差异。 -f<备份文件>或--file=<备份文件> 指定备份文件。 -F<Script文件>或--info-script=<Script文件> 每次更换磁带时,就执行指定的Script文件。 -g或--listed-incremental 处理GNU格式的大量备份。
shell PATTERN (overridden by -a or -A) --indicator-style=WORD append indicator with style WORD to entry names: none (default), slash (-p), file-type (--file-type), classify (-F) -i, --inode print the index number of each file -I, --ignore=PATTERN do not list implied entries ...
Use this option to configure the hostname or FQDN option in a DHCP request, value type is string. For DHCPv4 network protocols If the hostname is FQDN, see the Fully Qualified Domain Name (FQDN), option (81) in RFC 4702. If the hostname is not FQDN, see the Host Nam...
Shell aliases and shell functions can not be used for command execution via fd -x or fd -X. In zsh, you can make the alias global via alias -g myalias="…". In bash, you can use export -f my_function to make available to child processes. You would still need to call fd -x ...
首先看一下文档,建议浏览一下,用的时候再详细看看: $ sort --help 用法:sort [选项]...-n, --numeric-sort compare according to string numerical value -R, --random-sort...info '(coreutils) sort invocation' 它的最基本用法就是”sort -k2,2 file”,表示排序的key开始列是2,结束列是2,也就是...