You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
▶ fd > /dev/full
[fd error]: Could not write to output: No space left on device (os error 28)
▶ echo $?
1
▶ fd | head -n 2
CHANGELOG.md
CONTRIBUTING.md
▶ echo $?
0
Describe the bug you encountered:
When a write error occurs on stdout fd just exits with 1
Describe what you expected to happen:
I expected a similar behavior to find eg
find > /dev/full
prints
What version of
fd
are you using?fd 8.2.1
Which operating system / distribution are you on?
Linux 5.11.2-arch1-1 x86_64
The text was updated successfully, but these errors were encountered: