factor(1)


NAME
     factor - factor an integer less than 2**31

SYNOPSIS
     factor number

EXAMPLES

     factor 450180       # Print the prime factors of 450180

DESCRIPTION

     Factor prints the prime factors of  its  argument  in  increasing  order.
     Each factor is printed as many times as it appears in the number.