Il se vend comme un rm sans option qui fait juste un appel système à la primitive Posix unlink.
Extrait de info unlink:
Synopsis: It avoids the bells and whistles of the more commonly-used ‘rm’ command
En plus, ça n'a pas l'air bien portable:
On some systems ‘unlink’ can be used to delete the name of a directory. On others, it can be used that way only by a privileged user. In the GNU system ‘unlink’ can never delete the name of a directory.
# Unlink
Posté par Trollgouin . En réponse au journal Le core utile. Évalué à 3.
Il se vend comme un
rmsans option qui fait juste un appel système à la primitive Posixunlink.Extrait de
info unlink:En plus, ça n'a pas l'air bien portable: