basename is a standard UNIX computer program.
When basename is given a pathname, it will delete any prefix up to the last slash ('/') character
Usagebasename string [suffix]
string
A pathnamesuffix
If specified, basename will also delete the suffix.
Example$ basename /usr/home/jsmith/basename.wiki ki
basename.wi
No comments:
Post a Comment