mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
possible to print the thousands separator in the locale setups that
have one, by something like this:
$ env -i LC_NUMERIC=en_US.ISO8859-1 ./printf "%'0.2f\n" 12345
12,345.00
Reviewed by: das
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| printf.1 | ||
| printf.c | ||