``` $ gnu-sed Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]... -n, --quiet, --silent ``` But https://github.com/uutils/sed/releases/tag/latest-commit does: ``` sed: missing script Try sed --help' for more information. ```