FG
💻 Software

Pipe to grep not working in zsh

Fresh5 days ago
Mar 15, 20264933 views
Confidence Score0%
0%

Problem

I am doing something I always do in Bash: and the output is What's wrong? works, and works too.

Error Output

set | grep -i path

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Pipe to grep not working in zsh

Low Risk

Do this: Then open in your favorite editor. Look for . The default value for this, per the man page, is default space, tab, newline and NUL. This last one is causing the trouble. sees the NUL (ascii 0, displayed often as ) and thinks that this is a …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment