link: new applet
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 25 Jan 2017 23:27:53 +0000 (00:27 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 25 Jan 2017 23:27:53 +0000 (00:27 +0100)
commit06f20bf675cdd415c2f796ebea9fc55030ef49cc
tree04aa11f7829e346b630b2e8cb62a52d3b488d330
parent7dd906a3884a31458d30fc43eb9885c5adf4bbea
link: new applet

coreutils grew itself a tiny simplistic alternative to ln:

Usage: link FILE LINK

Create hard LINK to FILE

function                                             old     new   delta
link_main                                              -      75     +75
packed_usage                                       31114   31131     +17
applet_names                                        2564    2569      +5
applet_main                                         1480    1484      +4
applet_install_loc                                   185     186      +1
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 4/0 up/down: 102/0)             Total: 102 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libarchive/data_extract_all.c
coreutils/link.c [new file with mode: 0644]
docs/nofork_noexec.txt