Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

 pwd: /out/package
ppid: 7470
   1: WRITELN echo abc > 1.txt > 2.txt
   2: WRITELN echo abc > 1.txt >> 2.txt
   3: WRITELN echo abc > 1.txt | grep abc
   4: WRITELN exit

Your Answer

mumsh $ error: duplicated output redirection
mumsh $ error: duplicated output redirection
mumsh $ error: duplicated output redirection
mumsh $ exit

JOJ Answer

mumsh $ error: duplicated output redirection
mumsh $ error: duplicated output redirection
mumsh $ error: duplicated output redirection
mumsh $ exit