command
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン | |||
| command [2017/04/20 03:06] – [rsync] nullpon | command [2025/12/25 15:02] (現在) – nullpon | ||
|---|---|---|---|
| 行 54: | 行 54: | ||
| zcat auth.log.2.gz | less | zcat auth.log.2.gz | less | ||
| + | | ||
| + | ===== file ===== | ||
| + | |||
| + | ファイルの詳細を得る | ||
| + | |||
| + | <code shell> | ||
| + | $ file node | ||
| + | node: Mach-O universal binary with 2 architectures: | ||
| + | node (for architecture x86_64): | ||
| + | node (for architecture arm64): | ||
| + | </ | ||
| + | |||
| + | ===== strings ====== | ||
| + | |||
| + | バイナリに埋め込まれている文字列を得る | ||
| + | |||
| + | <code shell> | ||
| + | $ strings / | ||
| + | @(# | ||
| + | JAVA_LAUNCHER_VERBOSE | ||
| + | java_home | ||
| + | JAVA_HOME | ||
| + | about to exec %s using JAVA_HOME=" | ||
| + | exec failed: %s | ||
| + | JAVA_VERSION | ||
| + | JAVA_ARCH | ||
| + | v:a:XFVh | ||
| + | version | ||
| + | arch | ||
| + | failfast | ||
| + | exec | ||
| + | verbose | ||
| + | help | ||
| + | Usage: %s [options...] | ||
| + | Returns the path to a Java home directory from the current user's settings. | ||
| + | Options: | ||
| + | [-v/ | ||
| + | [-a/ | ||
| + | [-F/ | ||
| + | [ | ||
| + | [-X/ | ||
| + | [-V/ | ||
| + | [-h/ | ||
| + | Matching Java Virtual Machines (%ld): | ||
| + | %s | ||
| + | JVMArch | ||
| + | # ... 以下略 | ||
| + | </ | ||
command.1492657577.txt.gz · 最終更新: by nullpon