tag 31424 notabug close 31424 stop On 11/05/18 13:32, Peter Patoschka wrote: > nl: ungültiges Zeilennummerformat: »=ln“
There is a subtlety here with '=' Note the error states "=ln" so it's indicated at least there is an issue with the '='. In general short options do not use '=' but rather whitespace to delimit arguments. So you need -n 'ln' This is one of the reasons we discourage the addition of short options to coreutils that take arguments. thanks, Pádraig
