Skip to content

Instantly share code, notes, and snippets.

@ilyakatz
Created January 10, 2012 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyakatz/1590356 to your computer and use it in GitHub Desktop.
Save ilyakatz/1590356 to your computer and use it in GitHub Desktop.
see the full real path from the symbolic link
#!/usr/bin/env python
import os,sys
print os.path.realpath(sys.argv[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment