I saw some shell scripts that cd
into some file path that starts with an alias and have /../../ in between, for example:
$exampleroot/../../folder/subfolder/filename.zip
i understand that /../ means root path but what does this /../../ refer to? does it mean capturing all misc sub folders in between regardless of the folders name?
Thanks