kpathsea: Path expansion

 
 5.3 Path expansion
 ==================
 
 Kpathsea recognizes certain special characters and constructions in
 search paths, similar to that in shells.  As a general example:
 '~$USER/{foo,bar}//baz' expands to all subdirectories under directories
 'foo' and 'bar' in $USER's home directory that contain a directory or
 file 'baz'.
 
    These expansions are explained in the sections below.
 

Menu