Package: posh Version: 0.10 Redirections clobber files even when the noclobber option is set:
$ set -o noclobber $ echo foo > tmp $ echo bar > tmp $ cat tmp bar -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

