 
            
        factor
List of commands for factor:
- 
                    factor:tldr:78dfc factor: Take the input from `stdin` if no argument is specified.$ echo ${number} | factortry on your machineexplain this command
- 
                    factor:tldr:def3b factor: Display the prime-factorization of a number.$ factor ${number}try on your machineexplain this command