Skip to content

Instantly share code, notes, and snippets.

@PaulChana
Created July 24, 2015 13:06
Show Gist options
  • Save PaulChana/bd216e5f2f865d2a2371 to your computer and use it in GitHub Desktop.
Save PaulChana/bd216e5f2f865d2a2371 to your computer and use it in GitHub Desktop.
Relative To Abs Path in Bash using Python
the_path=$(python -c "import os,sys; print os.path.realpath(sys.argv[1])" "../../some/relative/path")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment