On 2026-04-24 10:41, Christian Ahlstrand wrote:
We need alternative method to use grep. There is no pipe or { * & % <
Are you asking for a way to use grep without having access to special
characters like '|' and '*'? If so, then let's not do that: it's too
much work and hassle for grep maintainers and users.
Instead, just fix the way that you're using grep. For example, if you're
using the shell, quote the special characters with "\" or with "'" or
with '"'. If you're using a URI, use "%26" instead of "&". That sort of
thing.