Bug maybe found in cat

2003-08-22 Thread Nicolas Bonifas
Hello, I think I've found a bug in cat: when I type 'cat true' (when I'm in the directory of the 'true' binary, /bin/ on my computer), my terminal becomes unreadable (normal characters are printed as control characters). After cat's execution, the problem persists until I close the terminal.

Re: stat: watseful trailing blanks

2003-08-22 Thread Jim Meyering
Dan Jacobson [EMAIL PROTECTED] wrote: $ stat .|sed -n 's/ $/-watseful trailing blanks/p' Device: 349h/841d Inode: 16321 Links: 32 -watseful trailing blanks Thanks. I've just fixed that: * src/stat.c (do_stat): For link count at end of line, use %h format, instead