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
Yasuyuki Sato -
Ingo Steinke, web developer -
Mathi RS -
Pranav Bakare -
Top comments (0)