Hi, uutils mainteners
we confirmed that the uu tail -c accepted, some large units, without errors
relunsec@relunsec:~/software/coreutils/target/debug$ ./tail -c2z a
hello
relunsec@relunsec:~/software/coreutils/target/debug$ gnutail -c2z a
gnutail: invalid number of bytes: ‘2z’
relunsec@relunsec:~/software/coreutils/target/debug$ ./tail -c2e a
hello
relunsec@relunsec:~/software/coreutils/target/debug$ gnutail -c2e a
gnutail: invalid number of bytes: ‘2e’
relunsec@relunsec:~/software/coreutils/target/debug$ ./tail -c2g a
hello
relunsec@relunsec:~/software/coreutils/target/debug$ gnutail -c2g a
gnutail: invalid number of bytes: ‘2g’
relunsec@relunsec:~/software/coreutils/target/debug$
relunsec@relunsec:~/software/coreutils/target/debug$ ./tail -c2t a
hello
relunsec@relunsec:~/software/coreutils/target/debug$ gnutail -c2t a
gnutail: invalid number of bytes: ‘2t’
relunsec@relunsec:~/software/coreutils/target/debug$
Hi, uutils mainteners
we confirmed that the uu tail -c accepted, some large units, without errors