Skip to content
Advertisement

Tag: filepath

bash scripting: how to find the absolute path of “symlink/..”?

Given two files: Upon calling parent/scripts/hello.sh from any location, I would like (in the script) to find the full path of the parent directory. In this case parent. The main issue is that parent/scripts/.. refers to generic in unix. On the other hand, everything involving regexes is not generic and may be error prone. Solutions that don’t work: All these

Advertisement