summaryrefslogtreecommitdiff
path: root/Userland/Utilities/shuf.cpp
AgeCommit message (Expand)Author
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-12shuf: Use the newly introduced AK::shuffle functionArda Cinar
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-29shuf: Support the output of a limited number of linesBaitinq
2022-11-25shuf: Support splitting on null bytes with -zEli Youngs
2022-11-25shuf: Support reading input from a fileEli Youngs
2022-01-24shuf: Port to LibMainMichel Hermier
2021-10-17shuf: Fix division by zero when no lines are readSeekingBlues
2021-05-14Userland: Migrate from arc4random_uniform() to get_random_uniform()Jean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-28Userland: Don't leak buffer from getline in shuf programAndrew Kaster
2021-01-20Userland: Implement shuf for basic shufflingBen Wiederhake