in the name of god, the most beneficent, the most merciful


linux: symbolic links

a small code reminder to me for creating symbolic links in linux cli:

ln -s <target-file> <symlink-name>