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
Currently fd --size 0b gives an error: [fd error]: '0b' is not a valid size constraint.
Documentation seems to require + or - prefixes (greater than or less than). Maybe we should handle cases without prefix as meaning "this exact size"? find does it this way - --size 0 will find files with size of zero bytes.
(if such change is acceptable, I would be willing to provide a pull request)
The text was updated successfully, but these errors were encountered:
Currently
fd --size 0b
gives an error:[fd error]: '0b' is not a valid size constraint.
Documentation seems to require
+
or-
prefixes (greater than or less than). Maybe we should handle cases without prefix as meaning "this exact size"?find
does it this way ---size 0
will find files with size of zero bytes.(if such change is acceptable, I would be willing to provide a pull request)
The text was updated successfully, but these errors were encountered: