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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"