[Bug 255340] rev(1): Adding "See also" for sort -r and tail -r
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 11 06:10:56 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255340
Fernando Apesteguía <fernape at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fernape at FreeBSD.org
--- Comment #1 from Fernando Apesteguía <fernape at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list