logo

cmd-glob

glob(1) wrapper around glob(3), inspired by https://github.com/isaacs/node-glob git clone https://anongit.hacktivis.me/git/cmd-glob.git/

glob.1 (634B)


  1. .\" glob(1) wrapper around glob(3), inspired by https://github.com/isaacs/node-glob
  2. .\" SPDX-FileCopyrightText: 2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: MPL-2.0
  4. .Dd 2023-09-16
  5. .Dt GLOB 1
  6. .Os
  7. .Sh NAME
  8. .Nm glob
  9. .Nd List files according to glob patterns given as arguments
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Op Fl m
  13. .Ar pattern ...
  14. .Sh DESCRIPTION
  15. .Nm
  16. lists files (one per line) for all the
  17. .Xr glob 3
  18. patterns given as arguments.
  19. If
  20. .Fl m
  21. is specified directories have a final /
  22. .Sh EXIT STATUS
  23. .Ex -std
  24. .Sh SEE ALSO
  25. .Xr glob 3
  26. .Sh AUTHORS
  27. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me