Eから始まるコマンド一覧
eatmydata
"OPTION -h"
E: eatmydata: unable to find '-h' in PATH
ec2metadata
"OPTION -h"
Syntax: /bin/ec2metadata [options]
Query and display EC2 metadata.
If no options are provided, all options will be displayed
Options:
-h --help show this help
--kernel-id display the kernel id
--ramdisk-id display the ramdisk id
--reservation-id display the reservation id
--ami-id display the ami id
--ami-launch-index display the ami launch index
--ami-manifest-path display the ami manifest path
--ancestor-ami-ids display the ami ancestor id
--product-codes display the ami associated product codes
--availability-zone display the ami placement zone name
--availability-zone-id display the ami placement zone id
--region display the ami placement region name
--group-name display the ami placement group name
--host-id display the dedicated host id
--partition-number display the partition instance was launched from
--instance-id display the instance id
--instance-type display the instance type
--local-hostname display the local hostname
--public-hostname display the public hostname
--local-ipv4 display the local ipv4 ip address
--public-ipv4 display the public ipv4 ip address
--block-device-mapping display the block device id
--security-groups display the security groups
--mac display the instance mac address
--profile display the instance profile
--instance-action display the instance-action
--public-keys display the openssh public keys
--user-data display the user data (not actually metadata)
-u | --url URL use URL (default: http://169.254.169.254/2009-04-04)
echo
"OPTION -h"
-h
ed
"OPTION -h"
GNU ed is a line-oriented text editor. It is used to create, display,
modify and otherwise manipulate text files, both interactively and via
shell scripts. A restricted version of ed, red, can only edit files in
the current directory and cannot execute shell commands. Ed is the
'standard' text editor in the sense that it is the original editor for
Unix, and thus widely available. For most purposes, however, it is
superseded by full-screen editors such as GNU Emacs or GNU Moe.
Usage: /bin/ed [options] [[+line] file]
The file name may be preceded by '+line', '+/RE', or '+?RE' to set the
current line to the line number specified or to the first or last line
matching the regular expression 'RE'.
Options:
-h, --help display this help and exit
-V, --version output version information and exit
-E, --extended-regexp use extended regular expressions
-G, --traditional run in compatibility mode
-l, --loose-exit-status exit with 0 status even if a command fails
-p, --prompt=STRING use STRING as an interactive prompt
-q, --quiet, --silent suppress diagnostics written to stderr
-r, --restricted run in restricted mode
-s, --script suppress byte counts and '!' prompt
-v, --verbose be verbose; equivalent to the 'H' command
--strip-trailing-cr strip carriage returns at end of text lines
--unsafe-names allow control characters 1-31 in file names
Start edit by reading in 'file' if given.
If 'file' begins with a '!', read output of shell command.
Exit status: 0 for a normal exit, 1 for environmental problems
(invalid command-line options, memory exhausted, command failed, etc),
2 for problems with the input file (file not found, buffer modified,
I/O errors), 3 for an internal consistency error (e.g., bug) which caused
ed to panic.
Report bugs to bug-ed@gnu.org
Ed home page: http://www.gnu.org/software/ed/ed.html
General help using GNU software: http://www.gnu.org/gethelp
editor
"OPTION -h"
使用法: nano [オプション] [[+行[,桁]] ファイル]...
ファイルの指定した行にカーソルを置くには、行番号を '+'に続けて、
ファイル名の前で指定してください。さらにカンマに続けて桁数も加えることができます。
ファイル名が '-' の時は、nano はデータを標準入力より読み込みます。
オプション 長いオプション 説
-A --smarthome スマートホームキー有効
-B --backup 既存ファイルのバックアップを保存する
-C <dir> --backupdir=<dir> バックアップファイルを作成するディレクトリ
-D --boldtext 反転文字を太字で表示
-E --tabstospaces タブをスペースに変換
-F --multibuffer デフォルトでファイルを新しいバッファに読み込む
-G --locking (vim スタイルの) ロックファイルを使う
-H --historylog 検索/置換した以前の文字列を記録および読み取り
-I --ignorercfiles nanorc ファイルを参照しない
-J <番号> --guidestripe=<番号> この列にガイドバーを表示します
-K --rawsequences テンキーパッドの混乱の問題を修正する
-L --nonewlines 自動的に改行を追加しない
-M --trimblanks 強制改行で折り返す時に、末尾の空白を取り除く
-N --noconvert DOS/Mac フォーマットを変換しない
-O --bookstyle 先頭の空白は新しい段落を意味する
-P --positionlog カーソル位置を保存し復元する
-Q <正規表現> --quotestr=<正規表現> 検索に使用する正規表現
-R --restricted ファイルシステムへのアクセスを制限する
-S --softwrap はみ出す行を複数行に渡って表示する
-T <番号> --tabsize=<番号> この桁の幅でタブを設定する
-U --quickblank 次のキー入力でステータスバーをクリアする
-V --version バージョン情報を表示して終了する
-W --wordbounds 単語の境界をより正確に抽出する
-X <文字列> --wordchars=<文字列> 単語の一部とみなす文字の集合
-Y <文法名> --syntax=<文法名> 表示色を決めるための構文定義
-Z --zap バックスペースとDelでマークした範囲を削除する
-a --atblanks 折り返し表示を空白にも適用する
-b --breaklonglines 自動的に長い行を強制改行する
-c --constantshow 常にカーソル位置を表示
-d --rebinddelete Del キーをバックスペースとして扱う
-e --emptyline タイトルバーの下の行を空けておく
-f <ファイル> --rcfile=<ファイル> このファイルのみを nano の設定に使用する
-g --showcursor ファイルブラウザとヘルプ文書の中でカーソルを表示
-h --help このヘルプを表示して終了
-i --autoindent 改行で自動インデント
-j --jumpyscrolling 1行ずつではなく、半画面ずつスクロールする
-k --cutfromcursor 行削除時に改行文字を削除しない
-l --linenumbers 行頭に行番号を表示する
-m --mouse マウスを有効にする
-n --noread ファイルを読み込まない(書き込みのみ)
-o <dir> --operatingdir=<dir> 作業ディレクトリを指定
-p --preserve XON (^Q) および XOFF (^S) キーを維持する
-q --indicator 位置と選択部分を示すインジケーターを表示する
-r <番号> --fill=<番号> 強制改行の幅を設定し均等割付
-s <プログラム> --speller=<プログラム> 別のスペルチェッカを使用する
-t --saveonexit 終了時に保存する、問い合わせをしない
-u --unix ファイルをデフォルトで UNIX 形式で保存する
-v --view ビューモード(読み込み専用)
-w --nowrap 長い行の強制改行をしない [デフォルト]
-x --nohelp キーのガイドを表示しない
-y --afterends Ctrl+Right で単語の終わりに止まるようにします
-% --stateflags いくつかの状態をタイトルバーに表示する
-_ --minibar 下部にフィードバックバーを表示します
-0 --zero すべてのバーを隠し、端末全体を使う
editres
"OPTION -h"
Error: Can't open display:
efibootdump
"OPTION -h"
Invalid argument: "-h": 不明なオプション
efibootmgr
"OPTION -h"
efibootmgr version 18
usage: efibootmgr [options]
-a | --active Set bootnum active.
-A | --inactive Set bootnum inactive.
-b | --bootnum XXXX Modify BootXXXX (hex).
-B | --delete-bootnum Delete bootnum.
-c | --create Create new variable bootnum and add to bootorder at index (-I).
-C | --create-only Create new variable bootnum and do not add to bootorder.
-d | --disk disk Disk containing boot loader (defaults to /dev/sda).
-D | --remove-dups Remove duplicate values from BootOrder.
-e | --edd [1|3] Force boot entries to be created using EDD 1.0 or 3.0 info.
-E | --device num EDD 1.0 device number (defaults to 0x80).
--full-dev-path Use a full device path.
--file-dev-path Use an abbreviated File() device path.
-f | --reconnect Re-connect devices after driver is loaded.
-F | --no-reconnect Do not re-connect devices after driver is loaded.
-g | --gpt Force disk with invalid PMBR to be treated as GPT.
-i | --iface name Create a netboot entry for the named interface.
-I | --index number When creating an entry, insert it in bootorder at specified position (default: 0).
-l | --loader name (Defaults to "\EFI\ubuntu\grub.efi").
-L | --label label Boot manager display label (defaults to "Linux").
-m | --mirror-below-4G t|f Mirror memory below 4GB.
-M | --mirror-above-4G X Percentage memory to mirror above 4GB.
-n | --bootnext XXXX Set BootNext to XXXX (hex).
-N | --delete-bootnext Delete BootNext.
-o | --bootorder XXXX,YYYY,ZZZZ,... Explicitly set BootOrder (hex).
-O | --delete-bootorder Delete BootOrder.
-p | --part part Partition containing loader (defaults to 1 on partitioned devices).
-q | --quiet Be quiet.
-r | --driver Operate on Driver variables, not Boot Variables.
-t | --timeout seconds Set boot manager timeout waiting for user input.
-T | --delete-timeout Delete Timeout.
-u | --unicode | --UCS-2 Handle extra args as UCS-2 (default is ASCII).
-v | --verbose Print additional information.
-V | --version Return version and exit.
-w | --write-signature Write unique sig to MBR if needed.
-y | --sysprep Operate on SysPrep variables, not Boot Variables.
-@ | --append-binary-args file Append extra args from file (use "-" for stdin).
-h | --help Show help/usage.
egrep
"OPTION -h"
Usage: grep [OPTION]... PATTERNS [FILE]...
詳しくは'grep --help'を実行してください。
eject
"OPTION -h"
使い方:
eject [オプション] [<デバイス>|<マウントポイント>]
リムーバブルメディアを排出します。
オプション:
-a, --auto <on|off> 自動排出機能を有効 (on) または無効 (off) にします
-c, --changerslot <slot> CD-ROM チェンジャーのディスクを交換します
-d, --default 既定のデバイスを表示します
-f, --floppy フロッピィディスクを取り出します
-F, --force デバイスの種類を無視して実行します
-i, --manualeject <on|off> 手動排出を有効 (on) または無効 (off) にします
-m, --no-unmount マウント済みの場合、アンマウントを行わないようにします
-M, --no-partitions-unmount 他のパーティションをアンマウントしないようにします
-n, --noop 実際の取り出しは行わず、見つかったデバイスを表示します
-p, --proc /etc/mtab ではなく /proc/mounts を使用するようにします
-q, --tape テープメディアを取り出します
-r, --cdrom CD-ROM メディアを取り出します
-s, --scsi SCSI デバイスを取り出します
-t, --trayclose トレイを閉じます
-T, --traytoggle トレイを開くか、閉じます
-v, --verbose 出力を冗長に行います
-x, --cdspeed <速度> CD-ROM の最大速度を指定します
-X, --listspeed CD-ROM で利用可能な速度を表示します
-h, --help display this help
-V, --version display version
既定では、成功するまで -r, -s, -f, -q を順に試します。
詳しくは eject(1) をお読みください。
enc2xs
"OPTION -h"
Unknown option: h
Use of uninitialized value $cname in -f at /bin/enc2xs line 225.
Use of uninitialized value $cname in open at /bin/enc2xs line 226.
Use of uninitialized value $cname in concatenation (.) or string at /bin/enc2xs line 226.
Cannot open :No such file or directory at /bin/enc2xs line 226.
ARGV:
opt: q => undef
v => undef
encguess
"OPTION -h"
Usage:
encguess [switches] filename...
Switches:
-h
show this message and exit.
-s
specify a list of "suspect encoding types" to test, separated by
either ":" or ","
-S
output a list of all acceptable encoding types that can be used with
the -s param
-u
suppress display of unidentified types
Examples:
* Guess encoding of a file named "test.txt", using only the default
suspect types.
encguess test.txt
* Guess the encoding type of a file named "test.txt", using the suspect
types "euc-jp,shiftjis,7bit-jis".
encguess -s euc-jp,shiftjis,7bit-jis test.txt
encguess -s euc-jp:shiftjis:7bit-jis test.txt
* Guess the encoding type of several files, do not display results for
unidentified files.
encguess -us euc-jp,shiftjis,7bit-jis test*.txt
enchant-2
"OPTION -h"
Usage: /bin/enchant-2 -a|-l|-h|-v [-L] [-d DICTIONARY] [FILE]
-d DICTIONARY use the given dictionary
-p FILE use the given personal word list
-a list suggestions in ispell pipe mode format
-l list only the misspellings
-L display line numbers
-h display help and exit
-v display version information and exit
enchant-lsmod-2
"OPTION -h"
/bin/enchant-lsmod-2 [[-lang|-word-chars] [language_tag]|-list-dicts|-help|-version]
env
"OPTION -h"
/bin/env: 無効なオプション -- 'h'
詳しくは '/bin/env --help' を実行して下さい。
envsubst
"OPTION -h"
使用法: /bin/envsubst [オプション] [シェル形式]
環境変数の値を代入.
オペレーションモード:
-v, --variables シェル形式に現れる変数を出力
有益な出力:
-h, --help このヘルプを表示して終了
-V, --version バージョン情報を出力して終了
通常のオペレーションモードでは, 標準入力が標準出力にコピーされ, $VARIABLE
または ${VARIABLE} 形式の環境変数を参照し, それぞれの値に置換されます.
シェル形式が指定されると, シェル形式で参照される, そのような環境変数だけが
代入されますが, そうでない場合は標準入力に現れる全ての環境変数が代入されます.
--variables が使われると, 標準入力は無視され, 出力は 1行ずつシェル形式で
参照される環境変数から構成されます.
バグレポートは <https://savannah.gnu.org/projects/gettext> のバグトラッカーに
または <bug-gettext@gnu.org> 宛に電子メールで.
eog
"OPTION -h"
用法:
eog [オプション…] [FILE…]
ヘルプのオプション:
-h, --help ヘルプのオプションを表示する
--help-all ヘルプのオプションをすべて表示する
--help-gtk GTK+ のオプションを表示する
アプリケーションのオプション:
-f, --fullscreen フルスクリーンモードで開く
-g, --disable-gallery 画像ギャラリーを無効にする
-s, --slide-show スライドショーモードで開く
-n, --new-instance 既存のウィンドウを再利用せずに新しいインスタンスを起動する
-w, --single-window 単一のウィンドウで開く (複数のウィンドウを開いている場合は最初のウィンドウを使用する)
--version アプリケーションのバージョンを表示する
--display=DISPLAY 使用する X のディスプレイを指定する
eps2eps
"OPTION -h"
Usage: eps2eps ...switches... input.eps output.eps
eqn
"OPTION -h"
/bin/eqn: invalid option -- h
usage: /bin/eqn [-CNrR] [-d xy] [-f font] [-m n] [-M dir] [-p n] [-s n] [-T name] [file ...]
usage: /bin/eqn {-v | --version}
usage: /bin/eqn --help
esc-m
"OPTION -h"
コマンドの実行がタイムアウトしました
eutp
"OPTION -h"
brlapi_initializeConnection: connect: No such file or directory
Error initializing brlapi !
evince
"OPTION -h"
用法:
evince [オプション…] [ファイル…] GNOME ドキュメントビューアー
ヘルプのオプション:
-h, --help ヘルプのオプションを表示する
--help-all ヘルプのオプションをすべて表示する
--help-gtk GTK+ のオプションを表示する
アプリケーションのオプション:
-o, --new-window 新しいウィンドウを開く
-p, --page-label=PAGE 表示するドキュメントのページラベル
-i, --page-index=NUMBER 表示するドキュメントのページ番号
-n, --named-dest=DEST 表示する Named destination
-f, --fullscreen フルスクリーンモードで起動する
-s, --presentation プレゼンテーションモードで起動する
-w, --preview プレビューアーで起動する
-l, --find=STRING ドキュメントの中から単語や語句を検索する
--display=DISPLAY 使用する X のディスプレイを指定する
evince-previewer
"OPTION -h"
用法:
evince-previewer [オプション…] GNOME ドキュメントプレビューアー
ヘルプのオプション:
-h, --help ヘルプのオプションを表示する
--help-all ヘルプのオプションをすべて表示する
--help-gtk GTK+ のオプションを表示する
アプリケーションのオプション:
-u, --unlink-tempfile 一時ファイルを削除する
-p, --print-settings=FILE 印刷設定ファイルを指定する
--fd=FD 入力ファイルのファイルディスクリプターを指定する
--mime-type=TYPE 入力ファイルの MIME タイプを指定する
--print-settings-fd=FD 印刷設定ファイルのファイルディスクリプターを指定する
--display=DISPLAY 使用する X のディスプレイを指定する
evince-thumbnailer
"OPTION -h"
用法:
evince-thumbnailer [オプション…] <input> <ouput> - GNOME Document Thumbnailer
ヘルプのオプション:
-h, --help ヘルプのオプションを表示する
アプリケーションのオプション:
-s, --size=SIZE
-l, --no-limit Don't limit the thumbnailing time to 15 seconds
ex
"OPTION -h"
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled May 03 2024 02:45:42)
Usage: vim [arguments] [file ..] edit specified file(s)
or: vim [arguments] - read text from stdin
or: vim [arguments] -t tag edit file where tag is defined
Arguments:
-- Only file names after this
-v Vi mode (like "vi")
-e Ex mode (like "ex")
-E Improved Ex mode
-s Silent (batch) mode (only for "ex")
-y Easy mode (like "evim", modeless)
-R Readonly mode (like "view")
-Z Restricted mode (like "rvim")
-m Modifications (writing files) not allowed
-M Modifications in text not allowed
-b Binary mode
-l Lisp mode
-C Compatible with Vi: 'compatible'
-N Not fully Vi compatible: 'nocompatible'
-V[N][fname] Be verbose [level N] [log messages to fname]
-n No swap file, use memory only
-r List swap files and exit
-r (with file name) Recover crashed session
-L Same as -r
-T <terminal> Set terminal type to <terminal>
--not-a-term Skip warning for input/output not being a terminal
--ttyfail Exit if input or output is not a terminal
-u <vimrc> Use <vimrc> instead of any .vimrc
--noplugin Don't load plugin scripts
-p[N] Open N tab pages (default: one for each file)
-o[N] Open N windows (default: one for each file)
-O[N] Like -o but split vertically
+ Start at end of file
+<lnum> Start at line <lnum>
--cmd <command> Execute <command> before loading any vimrc file
-c <command> Execute <command> after loading the first file
-S <session> Source file <session> after loading the first file
-s <scriptin> Read Normal mode commands from file <scriptin>
-w <scriptout> Append all typed commands to file <scriptout>
-W <scriptout> Write all typed commands to file <scriptout>
--clean 'nocompatible', Vim defaults, no plugins, no viminfo
-h or --help Print Help (this message) and exit
--version Print version information and exit
expand
"OPTION -h"
/bin/expand: 無効なオプション -- 'h'
詳しくは '/bin/expand --help' を実行して下さい。
expiry
"OPTION -h"
使い方: expiry [オプション]
オプション:
-c, --check ユーザのパスワードの期限切れをチェックする
-f, --force ユーザのパスワードが期限切れだったら
パスワード変更を強制する
-h, --help このヘルプを表示して終了する
expr
"OPTION -h"
-h
factor
"OPTION -h"
コマンドの実行がタイムアウトしました
faillog
"OPTION -h"
使い方: faillog [オプション]
オプション:
-a, --all 全ユーザの faillog 記録を表示する
-h, --help このヘルプを表示して終了する
-l, --lock-secs SEC ログインに失敗したらアカウントを
SEC 秒ロックする
-m, --maximum MAX ログイン失敗カウンタの最大値を MAX にする
-r, --reset ログイン失敗のカウンタをリセットする
-R, --root CHROOT_DIR chroot するディレクトリ
-t, --time DAYS ここ DAYS 日分の faillog 記録を表示する
-u, --user LOGIN/RANGE 指定した LOGIN (RANGE) についてのみ
faillog 記録を表示する。あるいは -r,
-m, -l などを指定した場合は、指定 LOGIN
についてのみ失敗カウンタや制限値を変更する