Usage: factor [NUMBER]...
or: factor OPTION
Print the prime factors of each specified integer NUMBER. If none
are specified on the command line, read them from standard input.
--help この使い方を表示して終了
--version バージョン情報を表示して終了
Report factor bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Usage: factor [NUMBER]...
or: factor OPTION
Print the prime factors of each specified integer NUMBER. If none
are specified on the command line, read them from standard input.
--help display this help and exit
--version output version information and exit
Report factor bugs to bug-coreutils@gnu.org
GNU coreutils home page:
factor(1) factor(1)
名前
factor - 数値を素因数分解して素数の約数を表示する
書式
factor [NUMBER...]
factor [--help] [--version]
説明
factor は与えられた NUMBER を分解して、素因数を昇順に並べて表示する。何
も指定しなければ標準入力から数値リストを読み込む。数値の区切りは改行 ・
タブ・スペースである。
factor は 128 個までの数値にしか分解できない。またアーキテクチャの最大
の unsigned integer (通常 32 ビットプラットフォームでは 4294967295、 64
ビ ットプラットフォームでは 18446744073709551615) または 2^128 の小さい
ほうまでしか扱えない。
オプション
--help 標準出力に使用方法のメッセージを出力して正常終了する。
--version
標準出力にバージョン情報を出力して正常終了する。
注意
プログラムのバグについては bug-sh-utils@gnu.org に報告してください。 ペ
ージの更新は Ragnar Hojland Espinosa
FACTOR(1) User Commands FACTOR(1)
NAME
factor - factor numbers
SYNOPSIS
factor [NUMBER]...
factor OPTION
DESCRIPTION
Print the prime factors of each specified integer NUMBER. If none are
specified on the command line, read them from standard input.
--help display this help and exit
--version
output version information and exit
AUTHOR
Written by Paul Rubin.
REPORTING BUGS
Report factor bugs to bug-coreutils@gnu.org
GNU coreutils home page:
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa