We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.
/.
GNU basename outputs a . if the path ends with /. whereas uutils basename doesn't.
basename
$ basename hello/. . $ basename /. . $ cargo run -q basename hello/. hello $ cargo run -q basename /. /
GNU
basenameoutputs a.if the path ends with/.whereas uutilsbasenamedoesn't.