$manlookup

dirname

(1)

strip last component from file name

User commands3 optionscoreutils 9.7-3
dirname [OPTION] NAME...

Options

3
-z--zero

end each output line with NUL, not newline

--help

display this help and exit

--version

output version information and exit

DESCRIPTION

Output each NAME with its last non-slash component and trailing slashes removed; if NAME contains no /'s, output '.' (meaning the current directory).

end each output line with NUL, not newline
display this help and exit
output version information and exit

EXAMPLES

-> "/usr"
-> "dir1" followed by "dir2"
-> "."

AUTHOR

Written by David MacKenzie and Jim Meyering.

REPORTING BUGS

GNU coreutils online help: https://www.gnu.org/software/coreutils/
Report any translation bugs to https://translationproject.org/team/

See also