Created
November 16, 2016 16:16
-
-
Save tabrindle/b4ea51d6dc265148226abe34dcd39ce8 to your computer and use it in GitHub Desktop.
Create symlink to most recent directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ln -s $(find . -type d -maxdepth 1 | tail -n1) latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment