Hi, is there some reason why sed doesn't check for write errors on its stdout? (or at least it doesn't report them) I am implementing a fs, and I wasted my whole afternoon trying to figure out why sed 300q file > mnt/data doesn't say anything about the write error I was expecting. Note that sed 300q file | cat > mnt/data shows my error message ;-) Am I missing something? Saludos
-- Hugo