- or download this
platform/process/src/../../data/test.dat
- or download this
platform/data/test.dat
- or download this
$ readlink -f /tmp/platform/process/src/../../data/test.dat
/tmp/platform/process/data/test.dat
- or download this
platform/process/src/../../data/test.dat
- or download this
platform/process/data/test.dat
- or download this
$ perl -MCwd=realpath -le'print realpath $ARGV[0]' \
/tmp/platform/process/src/../../data/test.dat
/tmp/platform/process/data/test.dat