logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Basename - Extract File Name | Online Free DevTools by Hexmos

Extract file name with Basename. Easily remove directory path and optional suffix from file names. Free online tool, no registration required.

basename

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

  • Show only the file name from a path:

basename {{path/to/file}}

  • Show only the rightmost directory name from a path:

basename {{path/to/directory}}

  • Show only the file name from a path, with a suffix removed:

basename {{path/to/file}} {{suffix}}

See Also