https://github.com/krzysckh/shuf
bsd 2-clause licensed shuf
https://github.com/krzysckh/shuf
bsd openbsd shuf unix
Last synced: 5 months ago
JSON representation
bsd 2-clause licensed shuf
- Host: GitHub
- URL: https://github.com/krzysckh/shuf
- Owner: krzysckh
- License: bsd-2-clause
- Created: 2023-02-03T23:41:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-30T17:35:58.000Z (10 months ago)
- Last Synced: 2025-08-30T19:26:41.898Z (10 months ago)
- Topics: bsd, openbsd, shuf, unix
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
shuf
----
DESCRIPTION
implementation of GNU shuf.
INSTALLATION
$ make
# make install
DEPENDENCIES
pod2man
- https://man.openbsd.org/pod2man
linux users may need libbsd and BSD-compatible make
- https://libbsd.freedesktop.org/wiki/
- https://www.crufty.net/help/sjg/bmake.html
CAVEATS
--random-source and --repeat are ignored
AUTHOR
krzysckh
LICENSE
BSD 2-clause