[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
numfmt: invalid suffix in input
From: |
Steven Penny |
Subject: |
numfmt: invalid suffix in input |
Date: |
Sun, 21 Jan 2018 08:54:38 -0800 (PST) |
User-agent: |
Tryst/2.1.0 (github.com/svnpenn/tryst) |
numfmt can output grouped digits:
$ numfmt --grouping 1000
1,000
but it cannot accept back its own output:
$ numfmt --grouping 1000 | numfmt
numfmt: invalid suffix in input: ‘1,000’
This has been address a few times before:
- http://lists.gnu.org/archive/html/coreutils/2013-02/msg00000
- http://lists.gnu.org/archive/html/coreutils/2012-12/msg00077
- http://lists.gnu.org/archive/html/coreutils/2012-12/msg00057
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- numfmt: invalid suffix in input,
Steven Penny <=