Orchestration of thoughts

Orchestration of thoughts

Maheshwaran Subramaniya  //  A computer science engineer and mac geek, who pour thoughts on technology, computer science, mathematics and other thoughtful stuffs.

I'm blogging at My Mind Leaks ( http://mymindleaks.com )

May 20 / 7:37pm

Quick Tip: How to create symbolic link in mac

Sharing you a quick tip to create symbolic link in any Unix based machines.

> ln -s [ folder / file to link ] [short cut name]

Eg:

> ln -s /usr/local/mysql-5.1.30-osx10.5-x86 ./mysql

will create the link in your existing folder

> mysql -> /usr/local/mysql-5.1.30-osx10.5-x86