Command to output the number of digits of factorial of 2.
# $(()): calc by arithmetic expressions
# wc: count the number of digits
$ echo -n $((2 ** 32)) | wc -c
Command to output the number of digits of factorial of 2.
# $(()): calc by arithmetic expressions
# wc: count the number of digits
$ echo -n $((2 ** 32)) | wc -c
For further actions, you may consider blocking this person and/or reporting abuse
Oluwaloseyi Oluwatofunmi Emmanuel -
Cey -
TheDev -
Art -
Top comments (0)