Forrest logo
back to context overview

factor

List of commands for factor:

  • factor:tldr:78dfc factor: Take the input from `stdin` if no argument is specified.
    $ echo ${number} | factor
    try on your machine
    explain this command
  • factor:tldr:def3b factor: Display the prime-factorization of a number.
    $ factor ${number}
    try on your machine
    explain this command
back to context overview