Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# basename

> Remove leading directory portions from a path.
> See also: `dirname`.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- Show only the file name from a path:
Expand Down
1 change: 1 addition & 0 deletions pages/common/dirname.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# dirname

> Remove trailing filename portion from a path.
> See also: `basename`.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/dirname-invocation.html>.

- Calculate the parent directory of a given path:
Expand Down
Loading