$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Update/Overwrite/Ovveride Symlinks in Linux/Mac/Unix

February 9, 2012 | By Duchateaux.

The Use of the -f Flag in Permit to overcome the potential Difficulty made from a Pre-existence of the same Symlink.

So if you want Simply make a Symlink without to Check if it Already Exists you Perform like:

ln -fs /path/To/Original /path/To/Symlink

To Get some Extra-Insight Look this other Guide:
HOW to Find Files/Directories/Images on Linux Command Line

.