【I】Linuxコマンドリファレンス

Iから始まるコマンド一覧

i386


"OPTION -h"

使い方:
 i386 [options] [<program> [<argument>...]]

Change the reported architecture and set personality flags.

オプション:
 -B, --32bit              ADDR_LIMIT_32BIT を有効にします
 -F, --fdpic-funcptrs     関数ポインタがディスクリプタを指すようにします
 -I, --short-inode        SHORT_INODE を有効にします
 -L, --addr-compat-layout 仮想メモリの割り当て方法を変更します
 -R, --addr-no-randomize  仮想アドレス領域の乱数化を無効にします
 -S, --whole-seconds      WHOLE_SECONDS を有効にします
 -T, --sticky-timeouts    STICKY_TIMEOUTS を有効にします
 -X, --read-implies-exec  READ_IMPLIES_EXEC を有効にします
 -Z, --mmap-page-zero     MMAP_PAGE_ZERO を有効にします
 -3, --3gb                使用するアドレス領域を、最大 3 GB までに制限します
     --4gb                無視されます (後方互換性の確保のために用意されています)
     --uname-2.6          UNAME26 を有効にします
 -v, --verbose            say what options are being switched on

 -h, --help               display this help
 -V, --version            display version

詳しくは setarch(8) をお読みください。

ibd2sdi


"OPTION -h"
/bin/ibd2sdi  Ver 8.0.37-0ubuntu0.24.04.1 for Linux on x86_64 ((Ubuntu))
Copyright (c) 2015, 2024, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Usage: /bin/ibd2sdi [-v] [-c <strict-check>] [-d <dump file name>] [-n] filename1 [filenames]
See http://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html for usage hints.
  -h, --help          Display this help and exit.
  -v, --version       Display version information and exit.
  -d, --dump-file=name 
                      Dump the tablespace SDI into the file passed by user.
                      Without the filename, it will default to stdout
  -s, --skip-data     Skip retrieving data from SDI records. Retrieve only id
                      and type.
  -i, --id=#          Retrieve the SDI record matching the id passed by user.
  -t, --type=#        Retrieve the SDI records matching the type passed by
                      user.
  -c, --strict-check=name 
                      Specify the strict checksum algorithm by the user.
                      Allowed values are innodb, crc32, none.
  -n, --no-check      Ignore the checksum verification.
  -p, --pretty        Pretty format the SDI output.If false, SDI would be not
                      human readable but it will be of less size
                      (Defaults to on; use --skip-pretty to disable.)

Variables (--variable-name=value)
and boolean options {FALSE|TRUE}  Value (after reading options)
--------------------------------- ----------------------------------------
dump-file                         (No default value)
skip-data                         FALSE
id                                0
type                              0
strict-check                      crc32
no-check                          FALSE
pretty                            TRUE

ibus


"OPTION -h"
-h は不明なコマンドです。
使い方: ibus コマンド [オプション...]

コマンド:
  engine          エンジンを設定もしくは表示する
  exit            ibus-daemon を終了する
  list-engine     利用可能なエンジンを表示する
  watch           (実装されていません)
  restart         ibus-daemon を再起動する
  start           ibus-daemon を起動する
  version         バージョンを表示する
  read-cache      レジストリーキャッシュの内容を表示する
  write-cache     レジストリーキャッシュを作成する
  address         ibus-daemon の D-Bus アドレスを表示する
  read-config     設定値を表示する
  reset-config    設定値を初期化する
  emoji           ダイアログ上の絵文字をクリップボードに保存する
  im-module       GTK インスタンスから im-module 値を読み出す
  help            この情報を表示する

ibus-daemon


"OPTION -h"
用法:
  ibus-daemon [オプション…] - ibus daemon

ヘルプのオプション:
  -h, --help                                   ヘルプのオプションを表示する

アプリケーションのオプション:
  -V, --version                                Show the application's version.
  -d, --daemonize                              run ibus as background process.
  -s, --single                                 do not execute panel and config module.
  -x, --xim                                    execute ibus XIM server.
  -n, --desktop=name                           specify the name of desktop session. [default=gnome]
  -p, --panel=cmdline                          specify the cmdline of panel program. pass 'disable' not to start a panel program.
  -E, --emoji-extension=cmdline                specify the cmdline of emoji extension program. pass 'disable' not to start an extension program.
  -c, --config=cmdline                         specify the cmdline of config program. pass 'disable' not to start a config program.
  -a, --address=address                        specify the address of ibus daemon.
  -r, --replace                                if there is an old ibus-daemon is running, it will be replaced.
  -t, --cache                                  specify the cache mode. [auto/refresh/none]
  -o, --timeout=timeout [default is 15000]     gdbus reply timeout in milliseconds. pass -1 to use the default timeout of gdbus.
  -m, --mem-profile                            enable memory profile, send SIGUSR2 to print out the memory profile.
  -R, --restart                                restart panel and config processes when they die.
  -v, --verbose                                verbose.


ibus-setup


"OPTION -h"
コマンドの実行がタイムアウトしました

iceauth


"OPTION -h"
/bin/iceauth: unrecognized option 'h'
usage:  /bin/iceauth [-options ...] [command arg ...]

where options include:
    -f authfilename                name of authority file to use
    -v                             turn on extra messages
    -q                             turn off extra messages
    -i                             ignore locks on authority file
    -b                             break locks on authority file
    -V                             print version and exit

and commands have the following syntax:

add       add an entry
          add protoname protodata netid authname authdata

exit      save changes and exit program

extract   extract entries into file
          extract filename <protoname=$> <protodata=$> <netid=$> <authname=$>

help      print help
          help <topic>

info      print information about entries

list      list entries
          list <protoname=$> <protodata=$> <netid=$> <authname=$>

merge     merge entries from files
          merge filename1 <filename2> <filename3> ...

quit      abort changes and exit program

remove    remove entries
          remove <protoname=$> <protodata=$> <netid=$> <authname=$>

source    read commands from file
          source filename

?         list available commands


A dash may be used with the "merge" and "source" to read from the
standard input.  Commands beginning with "n" use numeric format.


ico


"OPTION -h"
/bin/ico: unrecognized argument -h

usage:  /bin/ico [options]

where options include:
    -display host:dpy       X server to use
    -geometry geom          geometry of window to use
    -size WxH               size of object to rotate
    -delta +X+Y             amount by which to move object
    -r                      draw in the root window
    -d number               dashed line pattern for wire frames
    -bg color               background color
    -colors color ...       codes to use on sides
    -p#                     use # (1 through 8) primary colors
    -dbl                    use double buffering (software only)
    -softdbl                use software double buffering
    -noedges                don't draw wire frame edges
    -faces                  draw faces
    -copy                   use multibuffer update action Copied
    -untouched              use multibuffer update action Untouched
    -undefined              use multibuffer update action Undefined
    -lw number              line width to use
    -i                      invert
    -sleep number           seconds to sleep in between draws
    -obj objname            type of polyhedral object to draw
    -objhelp                list polyhedral objects available
    -threads number         number of windows, each its own thread
    -version                print program version

iconv


"OPTION -h"
/bin/iconv: 無効なオプション -- 'h'
詳細は `iconv --help' または `iconv --usage' を実行して下さい。

id


"OPTION -h"
/bin/id: 無効なオプション -- 'h'
詳しくは '/bin/id --help' を実行して下さい。

iecset


"OPTION -h"
Usage: iecset [options] [cmd arg...]
Options:
    -D device   specifies the control device to use
    -c card     specifies the card number to use (equiv. with -Dhw:#)
    -n number   specifies the control index number (default = 0)
    -x          dump the dump the AESx hex code for IEC958 PCM parameters
    -i          read commands from stdin
Commands:
    professional (common)
    off = consumer mode, on = professional mode
    audio (common)
    on = audio mode, off = non-audio mode
    rate (common)
    sample rate in Hz (0 = not indicated)
    emphasis (common)
    0 = none, 1 = 50/15us, 2 = CCITT
    lock (prof.)
    off = rate unlocked, on = rate locked
    sbits (prof.)
    sample bits 2 = 20bit, 4 = 24bit, 6 = undef
    wordlength (prof.)
    0=no, 2=22-18bit, 4=23-19bit, 5=24-20bit, 6=20-16bit
    category (consumer)
    0-0x7f
    copyright (consumer)
    off = non-copyright, on = copyright
    original (consumer)
    off = 1st-gen, on = original

ijs_pxljr


"OPTION -h"

im-config


"OPTION -h"
インプットメソッド設定 (im-config, ver. 0.57-2)
(c) 青木 修 <osamu@debian.org>, GPL-2+
im-config(8)、/usr/share/doc/im-config/README.Debian.gz を参照。

im-launch


"OPTION -h"
Unknown option: -h
Usage: /bin/im-launch SESSION-PROGRAM

inetutils-telnet


"OPTION -h"
/bin/inetutils-telnet: invalid option -- 'h'
Try 'inetutils-telnet --help' or 'inetutils-telnet --usage' for more
information.

info


"OPTION -h"
使用法: info [OPTION]... [MENU-ITEM...]

Info 形式の文書を読みます。

Frequently-used options:
  -a, --all                    use all matching manuals
  -k, --apropos=STRING         look up STRING in all indices of all manuals
  -d, --directory=DIR          add DIR to INFOPATH
  -f, --file=MANUAL            specify Info manual to visit
  -h, --help                   display this help and exit
      --index-search=STRING    go to node pointed by index entry STRING
  -n, --node=NODENAME          specify nodes in first visited Info file
  -o, --output=FILE            output selected nodes to FILE
      --subnodes               recursively output menu items
  -v, --variable VAR=VALUE     assign VALUE to Info variable VAR
      --version                display version information and exit
  -w, --where, --location      print physical location of Info file

The first non-option argument, if present, is the menu entry to start from;
it is searched for in all 'dir' files along INFOPATH.
If it is not present, info merges all 'dir' files and shows the result.
Any remaining arguments are treated as the names of menu
items relative to the initial node visited.

For a summary of key bindings, type H within Info.

Examples:
  info                         show top-level dir menu
  info info-stnd               show the manual for this Info program
  info emacs                   start at emacs node from top-level dir
  info emacs buffers           select buffers menu entry in emacs manual
  info emacs -n Files          start at Files node within emacs manual
  info '(emacs)Files'          alternative way to start at Files node
  info --subnodes -o out.txt emacs
                               dump entire emacs manual to out.txt
  info -f ./foo.info           show file ./foo.info, not searching dir

Email によるバグレポートは bug-texinfo@gnu.org に報告してください。
翻訳に関するバグは<translation-team-ja@lists.sourceforge.net>に報告してください。
一般的な質問や議論は help-texinfo@gnu.org に連絡してください。
Texinfoホームページ: http://www.gnu.org/software/texinfo/

infobrowser


"OPTION -h"
使用法: info [OPTION]... [MENU-ITEM...]

Info 形式の文書を読みます。

Frequently-used options:
  -a, --all                    use all matching manuals
  -k, --apropos=STRING         look up STRING in all indices of all manuals
  -d, --directory=DIR          add DIR to INFOPATH
  -f, --file=MANUAL            specify Info manual to visit
  -h, --help                   display this help and exit
      --index-search=STRING    go to node pointed by index entry STRING
  -n, --node=NODENAME          specify nodes in first visited Info file
  -o, --output=FILE            output selected nodes to FILE
      --subnodes               recursively output menu items
  -v, --variable VAR=VALUE     assign VALUE to Info variable VAR
      --version                display version information and exit
  -w, --where, --location      print physical location of Info file

The first non-option argument, if present, is the menu entry to start from;
it is searched for in all 'dir' files along INFOPATH.
If it is not present, info merges all 'dir' files and shows the result.
Any remaining arguments are treated as the names of menu
items relative to the initial node visited.

For a summary of key bindings, type H within Info.

Examples:
  info                         show top-level dir menu
  info info-stnd               show the manual for this Info program
  info emacs                   start at emacs node from top-level dir
  info emacs buffers           select buffers menu entry in emacs manual
  info emacs -n Files          start at Files node within emacs manual
  info '(emacs)Files'          alternative way to start at Files node
  info --subnodes -o out.txt emacs
                               dump entire emacs manual to out.txt
  info -f ./foo.info           show file ./foo.info, not searching dir

Email によるバグレポートは bug-texinfo@gnu.org に報告してください。
翻訳に関するバグは<translation-team-ja@lists.sourceforge.net>に報告してください。
一般的な質問や議論は help-texinfo@gnu.org に連絡してください。
Texinfoホームページ: http://www.gnu.org/software/texinfo/

infocmp


"OPTION -h"
/bin/infocmp: invalid option -- 'h'
Usage: infocmp [options] [-A directory] [-B directory] [termname...]

Options:
  -0    print single-row                  -e    format output for C initializer
  -1    print single-column               -f    with -1, format complex strings
  -C    use termcap-names                 -g    format %'char' to %{number}
  -D    print database locations          -i    analyze initialization/reset
  -E    format output as C tables         -l    output terminfo names
  -F    compare terminfo-files            -n    list capabilities in neither
  -G    format %{number} to %'char'       -p    ignore padding specifiers
  -I    use terminfo-names                -Q number  dump compiled description
  -K    use termcap-names and BSD syntax  -q    brief listing, removes headers
  -L    use long names                    -r    with -C, output in termcap form
  -R subset (see manpage)                 -r    with -F, resolve use-references
  -T    eliminate size limits (test)      -s [d|i|l|c] sort fields
  -U    do not post-process entries       -t    suppress commented-out capabilities
  -V    print version                     -u    produce source with 'use='
  -W    wrap long strings per -w[n]       -v number  (verbose)
  -a    with -F, list commented-out caps  -w number  (width)
  -c    list common capabilities          -x    unknown capabilities are user-defined
  -d    list different capabilities

infotocap


"OPTION -h"
/bin/infotocap: invalid option -- 'h'
Usage: infotocap [-e names] [-o dir] [-R name] [-v[n]] [-V] [-w[n]] [-1aCDcfGgIKLNrsTtUx] source-file

Options:
  -0         format translation output all capabilities on one line
  -1         format translation output one capability per line
  -a         retain commented-out capabilities (sets -x also)
  -C         translate entries to termcap source form
  -D         print list of tic's database locations (first must be writable)
  -c         check only, validate input without compiling or translating
  -e<names>  translate/compile only entries named by comma-separated list
  -f         format complex strings for readability
  -G         format %{number} to %'char'
  -g         format %'char' to %{number}
  -I         translate entries to terminfo source form
  -K         translate entries to termcap source form with BSD syntax
  -L         translate entries to full terminfo source form
  -N         disable smart defaults for source translation
  -o<dir>    set output directory for compiled entry writes
  -Q[n]      dump compiled description
  -q    brief listing, removes headers
  -R<name>   restrict translation to given terminfo/termcap version
  -r         force resolution of all use entries in source translation
  -s         print summary statistics
  -T         remove size-restrictions on compiled description
  -t         suppress commented-out capabilities
  -U         suppress post-processing of entries
  -V         print version
  -W         wrap long strings according to -w[n] option
  -v[n]      set verbosity level
  -w[n]      set format width for translation output
  -x         treat unknown capabilities as user-defined

Parameters:
  <file>     file to translate or compile

innochecksum


"OPTION -h"
innochecksum: [ERROR] /bin/innochecksum: unknown option '-h'.

inputattach


"OPTION -h"
inputattach: invalid mode '-h'

install


"OPTION -h"
/bin/install: 無効なオプション -- 'h'
詳しくは '/bin/install --help' を実行して下さい。

install-info


"OPTION -h"
使用法: install-info [OPTION]... [INFO-FILE [DIR-FILE]]

Info ディレクトリー DIR-FILE 対して INFO-FILE 項目の追加または削除を行います。
INFO-FILE and DIR-FILE are required unless the --info-file
or --dir-file (or --info-dir) options are given, respectively.

Options:
 --add-once          add only to first matching section, not all.
 --align=COL         start description of new entries at column COL.
 --calign=COL        format second and subsequent description lines to
                       start at column COL.
 --debug             report what is being done.
 --delete            delete existing entries for INFO-FILE from DIR-FILE;
                      don't insert any new entries.
 --defsection=TEXT   like --section, but only use TEXT if no sections
                      are present in INFO-FILE (replacing "Miscellaneous").
 --description=TEXT  the description of the entry is TEXT; used with
                      the --name option to become synonymous with the
                      --entry option.
 --dir-file=NAME     specify file name of Info directory file;
                      equivalent to using the DIR-FILE argument.
 --dry-run           same as --test.
 --entry=TEXT        insert TEXT as an Info directory entry,
                      overriding any corresponding entry from DIR-FILE.
                      TEXT is written as an Info menu item line followed
                       by zero or more extra lines starting with whitespace.
                      If you specify more than one entry, all are added.
                      If you don't specify any entries, they are determined
                       from information in the Info file itself.
 --help              display this help and exit.
 --info-dir=DIR      same as --dir-file=DIR/dir.
 --info-file=FILE    specify Info file to install in the directory;
                      equivalent to using the INFO-FILE argument.
 --item=TEXT         same as --entry=TEXT.
 --keep-old          do not replace entries, or remove empty sections.
 --maxwidth, --max-width=COL  wrap description at column COL.
 --menuentry=TEXT    same as --name=TEXT.
 --name=TEXT         the name of the entry is TEXT; used with --description
                      to become synonymous with the --entry option.
 --no-indent         do not format new entries in the DIR file.
 --quiet             suppress warnings.
 --regex=R           put this file's entries in all sections that match the
                      regular expression R (ignoring case).
 --remove            same as --delete.
 --remove-exactly    only remove if the info file name matches exactly;
                      suffixes such as .info and .gz are not ignored.
 --section=SEC       put entries in section SEC of the directory.
                      If you specify more than one section, all the entries
                       are added in each of the sections.
                      If you don't specify any sections, they are determined
                       from information in the Info file itself;
                       if nothing is available there, the --defsection
                       value is used; if that is not specified, the
                       final default is "Miscellaneous".
 --section R SEC     equivalent to --regex=R --section=SEC --add-once.
 --silent            警告を抑止する。
 --test              DIR-FILE の更新を抑止する。
 --version           バージョン情報を表示して終了する。

Email によるバグレポートは bug-texinfo@gnu.org に報告してください。
翻訳に関するバグは<translation-team-ja@lists.sourceforge.net>に報告してください。
一般的な質問や議論は help-texinfo@gnu.org に連絡してください。
Texinfoホームページ: http://www.gnu.org/software/texinfo/

instmodsh


"OPTION -h"
コマンドの実行がタイムアウトしました

intel-virtual-output


"OPTION -h"
Usage: /bin/intel-virtual-output [OPTION]... [TARGET_DISPLAY]...
  -d <source display>  source display
  -f                   keep in foreground (do not detach from console and daemonize)
  -b                   start bumblebee
  -a                   connect to all local displays (e.g. :1, :2, etc)
  -S                   disable use of a singleton and launch a fresh intel-virtual-output process
  -v                   all verbose output, implies -f
  -V <category>        specific verbose output, implies -f
  -h                   this help
If no target displays are parsed on the commandline, 
intel-virtual-output will attempt to connect to any local display
and then start bumblebee.

ionice


"OPTION -h"

使い方:
 ionice [options] -p <pid>...
 ionice [options] -P <pgid>...
 ionice [options] -u <uid>...
 ionice [options] <command>

Show or change the I/O-scheduling class and priority of a process.

オプション:
 -c, --class <class>    name or number of scheduling class,
                          0: none, 1: realtime, 2: best-effort, 3: idle
 -n, --classdata <num>  priority (0..7) in the specified scheduling class,
                          only for the realtime and best-effort classes
 -p, --pid <pid>...     act on these already running processes
 -P, --pgid <pgrp>...   act on already running processes in these groups
 -t, --ignore           ignore failures
 -u, --uid <uid>...     act on already running processes owned by these users

 -h, --help             display this help
 -V, --version          display version

詳しくは ionice(1) をお読みください。

iostat


"OPTION -h"

ip


"OPTION -h"
Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }
       ip [ -force ] -batch filename
where  OBJECT := { address | addrlabel | amt | fou | help | ila | ioam | l2tp |
                   link | macsec | maddress | monitor | mptcp | mroute | mrule |
                   neighbor | neighbour | netconf | netns | nexthop | ntable |
                   ntbl | route | rule | sr | tap | tcpmetrics |
                   token | tunnel | tuntap | vrf | xfrm }
       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |
                    -h[uman-readable] | -iec | -j[son] | -p[retty] |
                    -f[amily] { inet | inet6 | mpls | bridge | link } |
                    -4 | -6 | -M | -B | -0 |
                    -l[oops] { maximum-addr-flush-attempts } | -br[ief] |
                    -o[neline] | -t[imestamp] | -ts[hort] | -b[atch] [filename] |
                    -rc[vbuf] [size] | -n[etns] name | -N[umeric] | -a[ll] |
                    -c[olor]}

ipcmk


"OPTION -h"

使い方:
 ipcmk [オプション]

様々な IPC リソースを作成します。

オプション:
 -M, --shmem <サイズ>         <サイズ> で指定したサイズの共有メモリセグメントを作成します
 -S, --semaphore <セマフォ数> <セマフォ数> で指定した個数の要素数のセマフォ配列を作成します
 -Q, --queue                 メッセージキューを作成します
 -p, --mode <モード>      資源に割り当てるパーミッションを指定します (既定値は 0644 です)

 -h, --help               display this help
 -V, --version            display version

Arguments:
 <size> arguments may be followed by the suffixes for
   GiB, TiB, PiB, EiB, ZiB, and YiB (the "iB" is optional)

詳しくは ipcmk(1) をお読みください。

ipcrm


"OPTION -h"

使い方:
 ipcrm [オプション]
 ipcrm shm|msg|sem <id>...

IPC リソースを削除します。

オプション:
 -m, --shmem-id <id>        指定した ID の共有メモリセグメントを削除します
 -M, --shmem-key <key>      指定したキーの共有メモリセグメントを削除します
 -q, --queue-id <id>        指定した ID のメッセージキューを削除します
 -Q, --queue-key <key>      指定したキーのメッセージキューを削除します
 -s, --semaphore-id <id>    指定した ID のセマフォを削除します
 -S, --semaphore-key <key>  指定したキーのセマフォを削除します
 -a, --all[=shm|msg|sem]    remove all (in the specified category)
 -v, --verbose              何が行われるのかを詳しく表示します

 -h, --help                 display this help
 -V, --version              display version

詳しくは ipcrm(1) をお読みください。

ipcs


"OPTION -h"

使い方:
 ipcs [resource-option...] [output-option]
 ipcs -m|-q|-s -i <id>

Show information on IPC facilities.

オプション:
 -i, --id <id>  print details on resource identified by <id>
 -h, --help     display this help
 -V, --version  display version

リソースオプション:
 -m, --shmems      共有メモリセグメント
 -q, --queues      メッセージキュー
 -s, --semaphores  セマフォ
 -a, --all         全て (既定値)

Output options:
 -t, --time        結合/分離/変更の各日時を表示します
 -p, --pid         show PIDs of creator and last operator
 -c, --creator     作成者と所有者を表示します
 -l, --limits      資源の制限値を表示します
 -u, --summary     状態の概要を表示します
     --human       show sizes in human-readable format
 -b, --bytes       サイズをバイト単位で表示します

詳しくは ipcs(1) をお読みください。

ippfind


"OPTION -h"
ippfind: -h のあとには正規表現が必要です。
使い方: ippfind [オプション] 登録タイプ[,サブタイプ][.ドメイン.] ... [式]
        ippfind [オプション] 名前[.登録タイプ[.ドメイン.]] ... [式]
        ippfind --help
        ippfind --version
オプション:
-4                      Connect using IPv4
-6                      Connect using IPv6
-T seconds              Set the browse timeout in seconds
-V version              Set default IPP version
--version               Show program version
式:
-P number[-number]      Match port to number or range
-d regex                Match domain to regular expression
-h regex                Match hostname to regular expression
-l                      List attributes
-n regex                Match service name to regular expression
-N name                 Match service name to literal name value
-p                      Print URI if true
-q                      Quietly report match via exit code
-r                      True if service is remote
-s                      Print service name if true
-t key                  True if the TXT record contains the key
-u regex                Match URI to regular expression
-x utility [argument ...] ;
                        Execute program if true
--domain regex          Match domain to regular expression
--exec utility [argument ...] ;
                        Execute program if true
--host regex            Match hostname to regular expression
--literal-name name     Match service name to literal name value
--local                 True if service is local
--ls                    List attributes
--name regex            Match service name to regular expression
--path regex            Match resource path to regular expression
--port number[-number]  Match port to number or range
--print                 Print URI if true
--print-name            Print service name if true
--quiet                 Quietly report match via exit code
--remote                True if service is remote
--txt key               True if the TXT record contains the key
--txt-* regex           Match TXT record key to regular expression
--uri regex             Match URI to regular expression
修飾子:
( expressions )         Group expressions
! expression            Unary NOT of expression
--not expression        Unary NOT of expression
--false                 Always false
--true                  Always true
expression expression   Logical AND
expression --and expression
                        Logical AND
expression --or expression
                        Logical OR
置換:
{}                      URI
{service_domain}        Domain name
{service_hostname}      Fully-qualified domain name
{service_name}          Service instance name
{service_port}          Port number
{service_regtype}       DNS-SD registration type
{service_scheme}        URI scheme
{service_uri}           URI
{txt_*}                 Value of TXT record key
環境変数:
IPPFIND_SERVICE_DOMAIN  Domain name
IPPFIND_SERVICE_HOSTNAME
                        Fully-qualified domain name
IPPFIND_SERVICE_NAME    Service instance name
IPPFIND_SERVICE_PORT    Port number
IPPFIND_SERVICE_REGTYPE DNS-SD registration type
IPPFIND_SERVICE_SCHEME  URI scheme
IPPFIND_SERVICE_URI     URI
IPPFIND_TXT_*           Value of TXT record key

ipptool


"OPTION -h"
使い方: ipptool [オプション] URI ファイル名 [ ... ファイル名N ]
オプション:
--ippserver filename    Produce ippserver attribute file
--stop-after-include-error
                        Stop tests after a failed INCLUDE
--version               Show version
-4                      Connect using IPv4
-6                      Connect using IPv6
-C                      Send requests using chunking (default)
-E                      Test with encryption using HTTP Upgrade to TLS
-I                      Ignore errors
-L                      Send requests using content-length
-P filename.plist       Produce XML plist to a file and test report to standard output
-R                      Repeat tests on server-error-busy
-S                      Test with encryption using HTTPS
-T seconds              Set the receive/send timeout in seconds
-V version              Set default IPP version
-X                      Produce XML plist instead of plain text
-c                      Produce CSV output
-d name=value           Set named variable to value
-f filename             Set default request filename
-h                      Validate HTTP response headers
-i seconds              Repeat the last file with the given time interval
-l                      Produce plain text output
-n count                Repeat the last file the given number of times
-q                      Run silently
-t                      Produce a test report
-v                      Be verbose

iptables-xml


"OPTION -h"
Usage: iptables-xml [-c] [-v] [-h]
          [--combine ]
       [ --verbose ]
       [ --help ]

ischroot


"OPTION -h"
Usage: ischroot [OPTION]
  -f, --default-false return false if detection fails
  -t, --default-true  return true if detection fails
  -V, --version       output version information and exit.
  -h, --help          display this help and exit.

isdv4-serial-debugger


"OPTION -h"
Usage: wacom-serial-debugger [options] device
Options:
 -h, --help                 - usage
 -v, --verbose              - verbose output
 -V, --version              - version info
 -b, --baudrate baudrate    - set baudrate
 --reset                    - send reset command before doing anything

isdv4-serial-inputattach


"OPTION -h"
Usage: isdv4-serial-inputattach [options] device
Options: 
-h, --help            - usage
--verbose             - verbose output
--version             - version info
--baudrate <19200|38400>  - set baudrate

ispell-wrapper


"OPTION -h"
 ispell-wrapper is a wrapper to ispell, but ispell is not installed.