[Bug 255798] sort: Does not handle files starting with +
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 11 18:19:54 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255798
Bug ID: 255798
Summary: sort: Does not handle files starting with +
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs at FreeBSD.org
Reporter: cyril at freebsdfoundation.org
The sort program does not handle filenames like +0, +1, etc.
To reproduce:
echo "test" > +0
sort -- +0
Expected output:
test
Actual output:
sort: No such file or directory
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list