Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 18:19:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255798] sort: Does not handle files starting with +
Message-ID:  <bug-255798-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255798

            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@FreeBSD.org
          Reporter: cyril@freebsdfoundation.org

The sort program does not handle filenames like +0, +1, etc.=20

To reproduce:

echo "test" > +0
sort -- +0

Expected output:

test

Actual output:

sort: No such file or directory

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255798-227>