From Wikipedia, the free encyclopedia
dirname is a standard UNIX computer program, when dirname is given a pathname, it will delete any suffix beginning with the last slash ('/') character and return the result. dirname is described in the Single UNIX Specification and is primarily used in shell scripts.
The Single UNIX Specification specification for dirname is.
dirname string
- string
- A pathname
[edit] Example
$ dirname /usr/home/carpetsmoker/dirname.wiki
/usr/home/carpetsmoker
[edit] See also
[edit] External links
Unix command line programs and builtins (more) |
|
File system |
|
|
Processes |
|
|
User environment |
|
|
Text processing |
|
|
Shell programming |
|
|
Networking |
|
|
Searching |
|
|
Miscellaneous |
|
|