Query: basename
OS: plan9
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BASENAME(1) General Commands Manual BASENAME(1)NAMEbasename - strip file name affixesSYNOPSISbasename [ -d ] string [ suffix ]DESCRIPTIONBasename 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.SOURCE/sys/src/cmd/basename.c BASENAME(1)
| Related Man Pages |
|---|
| basename(1b) - opensolaris |
| dirname(1) - freebsd |
| basename(3) - netbsd |
| basename(1) - freebsd |
| basename(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| customizing xterm windows |
| Original Path |
| combine 2 lines (command & echo) |
| getting basename inside awk script |
| basename + file with space |