Today’s lesson: Mind the symlinks
Read OriginalThis technical blog post details a Unix pitfall where using 'cd ..' after following a symlink behaves differently in shell commands versus programming languages like Python or C. The author demonstrates that shells resolve '..' logically, while chdir() follows the physical path, and explains the shell's '-P' option to control this behavior.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser