Why does head accept die option -1 and tail does not, in this same context?
$ head -1 LottoDate.txt LottoJahr.txt LottoZahl.txt ==> LottoDate.txt <== 09.10.1955 3 12 13 16 23 41 ==> LottoJahr.txt <== 1955 3 12 13 16 23 41 ==> LottoZahl.txt <== 3 12 13 16 23 41 $ tail -1 LottoDate.txt LottoJahr.txt LottoZahl.txt tail: Option in ungültigen Kontext benutzt - 1 $ LANG=C tail -1 LottoDate.txt LottoJahr.txt LottoZahl.txt tail: option used in invalid context -- 1 I sayed "maybe", but actually I am sure it is a bug! Greetings! Dario Deho Jetzt neu: Der Routenplaner von Tiscali http://www.tiscali.de/trav/routenplaner.html _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
