So I know that I can use if [[ -L "/home/user/link" ]] ; then ... to check if my file is a symlink and then followed by something like cp $(real
if [[ -L "/home/user/link" ]] ; then ...
cp $(real