diff --git a/libr/core/cmd.c b/libr/core/cmd.c index 16660ec97e..b6e2e812c7 100644 --- a/libr/core/cmd.c +++ b/libr/core/cmd.c @@ -2730,7 +2730,7 @@ R_API int r_core_cmd(RCore *core, const char *cstr, int log) { } } - if (!cstr || *cstr == '|') { + if (!cstr || (*cstr == '|' && cstr[1] != '?')) { // raw comment syntax goto beach; // false; }