logo

utils-extra

Collection of extra tools for Unixes

wordsort.1 (581B)


  1. .\" utils-extra: Collection of extra tools for Unixes
  2. .\" Copyright 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: MPL-2.0
  4. .Dd 2023-06-05
  5. .Dt WORDSORT 1
  6. .Os
  7. .Sh NAME
  8. .Nm wordsort
  9. .Nd sort each space-separated word into a single line
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Sh DESCRIPTION
  13. The
  14. .Nm
  15. utility reads stdin; strips newlines; replaces spaces with NULL bytes; passes
  16. .Fl z
  17. and options given to
  18. .Nm
  19. to
  20. .Xr sort 1
  21. then replaces NULL bytes back to spaces.
  22. .Sh EXIT STATUS
  23. .Ex -std
  24. .Sh AUTHORS
  25. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me