More accurate run command for the challenge

This is not regarding a specific stage.

The command echo -n “<input-string>” | ./your_program.sh -E “\d” does not work for some inputs like $$ or $?, because these are special characters and are being interpreted and hence echoed differently. Wondering if the command should be replaced with single quotes in the challenge (or perhaps this could be an additional stage where the user debugs this on their own? :p).

Just wanted to point this out in case this was unintended.

Hey @rohit-sutradhar-dev, great catch!

We’re addressing the issue in this PR. Let us know if you spot anything else.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.