| / | root directory; directories concatenation | |
| . | current directory | |
| .. | parent directory | |
| name | specified file/directory | /usr |
| ? | wild character | ?, ??, ?abc? |
| [characters] | a character from the given set--limited form of ‘?’ | [a-z] |
| * | wild string | /urs/games/* |
| {str-1, str-2,...} | a string from the given set--limited form of ‘*’ | ../urs/bin/a{12,21}* |
/
| +------+ | | usr tmp | +-------+ | | bin games | +-------+---------+--------+--------+------+ | | | | | | javac java javadoc javap diff grep |