src/world/usr.bin/unlink
Nathan Fisher 2feff2a5d3 Update to gcc11
Change to openssl
Clean up some `C` for HitchHiker specific utils
2022-01-28 11:44:56 -05:00
..
man Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
src Update to gcc11 2022-01-28 11:44:56 -05:00
LICENSE Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
Makefile Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
README Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00

README

This version of the [unlink] utility is implemented from scratch. While barebones,
it should include all required functionality to be compatible in a scripting
environment.

Key differences from GNU [unlink]:
	Does not accept __long__options__ and therefore no --help message. It
	accepts the [-h] switch, printing only a terse usage statement, which is
	also printed in the event of calling with incorrect syntax.

	Supports the [-v] switch, in which case it reports back on the file(s)
	being removed.

	Multiple files can be specified and removed in a single command.