This is the command basenameplan9 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
basename - strip file name affixes
SYNOPSIS
basename [ -d ] string [ suffix ]
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.
SOURCE
/src/cmd/basename.c
BASENAME(1plan9)
Use basenameplan9 online using onworks.net services