Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 8156
   1: WRITELN echo 123 > 1.txt
   2: WRITELN echo abc > > > >
   3: WRITELN echo abc > < 1.txt
   4: WRITELN echo abc > | grep abc
   5: WRITELN exit

Your Answer

mumsh $ mumsh $ syntax error near unexpected token `>'
mumsh $ syntax error near unexpected token `<'
mumsh $ syntax error near unexpected token `|'
mumsh $ exit

JOJ Answer

mumsh $ mumsh $ syntax error near unexpected token `>'
mumsh $ syntax error near unexpected token `<'
mumsh $ syntax error near unexpected token `|'
mumsh $ exit