shuf: new applet
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Mar 2014 17:56:20 +0000 (18:56 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Mar 2014 17:56:20 +0000 (18:56 +0100)
commit2cdcb1082c3de109eef564795feb5e8a368a88cf
tree0864105c496fe3101e1e20da8fabb70fc4c93e6a
parent30f17e9556e9a415616515db738c063159d662a8
shuf: new applet

function                                             old     new   delta
shuf_main                                              -     478    +478
packed_usage                                       29571   29719    +148
applet_names                                        2460    2465      +5
applet_main                                         1428    1432      +4
applet_nameofs                                       714     716      +2
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 4/0 up/down: 637/0)             Total: 637 bytes

Based on the code by Bartosz Golaszewski <bartekgola@gmail.com>

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/shuf.c [new file with mode: 0644]