Hi! This is not a *real* bug, it's just something very very little! I'm talking about "fold" which, if called with no output file redirection, forgets to insert a newline after his last line. For example, if "myfile" ends with " .. and this is the end!", calling fold on that file (simply by $fold myfile) makes this happen: user: ~$ fold myfile LINE LINE .... .. and this is the end!user: ~$ It's not so nice!!! :-) I'd correct it (it doesn't seem to be hard at all!) but I'm not a programmer! Hope this email will be useful! Edo