1# A redirection error should not abort the shell if there is no command word. 2exec 2>/dev/null 3</var/empty/x 4</var/empty/x y=2 5y=2 </var/empty/x 6exit 0 7
1# A redirection error should not abort the shell if there is no command word. 2exec 2>/dev/null 3</var/empty/x 4</var/empty/x y=2 5y=2 </var/empty/x 6exit 0 7