Dup Ver Goto 📝

RelativePaths

PT2/aw/os/shell does not exist
To
8 lines, 28 words, 215 chars Page 'RelativePaths' does not exist.

Ways to get relative paths:

perl -e 'use File::Spec; print File::Spec->abs2rel(@ARGV) . "\n"' FILE BASE

or

relpath(){ python -c "import os.path; print(os.path.relpath('$1','${2:-$PWD}'))" ; }