/ Published in: Bash
Expand |
Embed | Plain Text
rm latestlink; ln -fs "`ls -t .| head -n 1`" latestlink
You need to login to post a comment.
blackthorne on 10/28/11
link Bash maintenance scripting
1 person have marked this snippet as a favorite
rm latestlink; ln -fs "`ls -t .| head -n 1`" latestlink
You need to login to post a comment.