debian man page for plan9-basename

Query: plan9-basename

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BASENAME(1)						      General Commands Manual						       BASENAME(1)

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(1)
Related Man Pages
dirname(1) - mojave
basename(1) - ultrix
basename(1) - hpux
basename(1) - osx
basename(3) - php
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?