FACTOR(6) BSD FACTOR(6)
NAME
factor - factoring program
SYNOPSIS
/usr/games/factor [number]
DESCRIPTION
factor prints the prime factors of the integer number and then exits. If
you run factor without an argument, it reads lines from the standard
input, factoring each number given. Entering a blank line or a non-
numeric character causes factor to exit.