logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

basename - strip file name affixes

Description

Basename  deletes  any  prefix ending in slash (/) and the suffix, if present in string, from string, and
       prints the result on the standard output.

       The -d option instead prints the directory component, that is, string up to but not including  the  final
       slash.  If the string contains no slash, a period and newline are printed.

Name

       basename - strip file name affixes

Source

/src/cmd/basename.cBASENAME(1plan9)

Synopsis

basename [ -d ] string [ suffix ]

See Also