bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27128: fold -b wants no immediate space, otherwise mistakes number a


From: davidpbrown
Subject: bug#27128: fold -b wants no immediate space, otherwise mistakes number as filename
Date: Mon, 29 May 2017 16:42:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

coreutils v 8.25-2ubuntu2

fold -b error wanting no space before the number, inconsistent with
expectation and -w


Error:

$ echo "abcdefghijklm"  | fold -b 6
fold: 6: No such file or directory


inconsistent with -w

$ echo "abcdefghijklm"  | fold -w6
abcdef
ghijkl
m

$ echo "abcdefghijklm"  | fold -w 6
abcdef
ghijkl
m


but works with:

$ echo "abcdefghijklm"  | fold -b6
abcdef
ghijkl
m


Regards
davidpbrown





reply via email to

[Prev in Thread] Current Thread [Next in Thread]