linux: symbolic links
a small code reminder to me for creating symbolic links in linux cli:
ln -s <target-file> <symlink-name>
in the name of god, the most beneficent, the most merciful
a small code reminder to me for creating symbolic links in linux cli:
ln -s <target-file> <symlink-name>