Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

factor

Some strings on this page have not been translated yet. You can help by translating them on Weblate.
v(uutils coreutils) 0.8.0
factor [OPTION]... [NOMBRE]...

Afficher les facteurs premiers du/des NOMBRE(s) donné(s). Si aucun n’est spécifié, lire depuis l’entrée standard.

Options

--exponents, -h

Afficher les facteurs sous la forme p^e

--help

Afficher les informations d’aide.

Examples

The examples have not been translated yet and are shown in English. You can help by translating them on tldr-pages.

Display the prime-factorization of a number:

factor {{number}}

Take the input from stdin if no argument is specified:

echo {{number}} | factor

The examples are provided by the tldr-pages project under the CC BY 4.0 License.

Please note that, as uutils is a work in progress, some examples might fail.