Harald Dunkel <[EMAIL PROTECTED]> wrote: > Seems that this problem is back: > % tac /proc/modules | wc -l > 0 > % cat /proc/modules | tac | wc -l > 55 > > This is coreutils 5.2.1-2 on amd64 (gcc-3.4).
Thanks for the report. FYI, it's fixed upstream. * Major changes in release 5.3.0 (2005-01-08) [unstable] ... tac can now handle regular, nonseekable files like Linux's /proc/modules. Before, it would produce no output for such a file. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

