busybox/shell/ash_test/ash-redir/redir9.tests
<<
>>
Prefs
   1echo Ok >file.tmp
   2cat 0<>file.tmp
   3echo Done:$?
   4rm file.tmp
   5