Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 06:10:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 255340] rev(1): Adding "See also" for sort -r and tail -r
Message-ID:  <bug-255340-9-rWPZI96Kw0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255340-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255340-9@https.bugs.freebsd.org/bugzilla/>

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

Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fernape@FreeBSD.org

--- Comment #1 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> ---
Hi Harald,

I am not sure about this. The commands do not provide similar functionality:

$ echo -e "reverse this\nand this" | sort -r
reverse this
and this

$ echo -e "reverse this\nand this" | rev
siht esrever
siht dna

--=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-255340-9-rWPZI96Kw0>