justin wrote:
> Related: A while back I taught a former boss — who started his career
> as a *nix sysadmin some 15+ years ago — that you can do the same thing
> with symlinks:
>
> ln -s /path/to/something .
So much extra typing, why not drop the '.' and do just:
ln -s /path/to/something
Fight the oppression, save the bits! :-)