Forrest logo
back to the gawk tool

gawk:ai:3790d

Use gawk to format numbers with thousands separators
$ gawk 'BEGIN{ printf "%'d
$ ", 123456789 }'
try on your machine

Use gawk to format numbers with thousands separators

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • ich suche einen ersatz für numfmt in macos?
back to the gawk tool