Go to the first, previous, next, last section, table of contents.


Name Directives

%p
File's name.
%f
File's name with any leading directories removed (only the last element).
%h
Leading directories of file's name (all but the last element and the slash before it).
%P
File's name with the name of the command line argument under which it was found removed from the beginning.
%H
Command line argument under which file was found.


Go to the first, previous, next, last section, table of contents.