wordsort.1 (581B)
- .\" utils-extra: Collection of extra tools for Unixes
- .\" Copyright 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2023-06-05
- .Dt WORDSORT 1
- .Os
- .Sh NAME
- .Nm wordsort
- .Nd sort each space-separated word into a single line
- .Sh SYNOPSIS
- .Nm
- .Sh DESCRIPTION
- The
- .Nm
- utility reads stdin; strips newlines; replaces spaces with NULL bytes; passes
- .Fl z
- and options given to
- .Nm
- to
- .Xr sort 1
- then replaces NULL bytes back to spaces.
- .Sh EXIT STATUS
- .Ex -std
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me