The "base of the filename" is the last part of the file path: The same thing you would get if you ran the basename(1) command. Typically this is everything after the last /.
This is as opposed to the dirname - the directory portion, or everything up to (but not including) the last /.
Together these make up the pathname of the file.
The "base of the filename" is the last part of the file path: The same thing you would get if you ran the
basename
(1) command. Typically this is everything after the last/
.This is as opposed to the
dirname
- the directory portion, or everything up to (but not including) the last/
.Together these make up the pathname of the file.
See the man page for basename (and dirname) for more details.
-name
is the string you are searching for. eg: