Answers for "how to view symlinks mac"

1

show symlink

readlink -f symlinkName
Posted by: Guest on October-28-2020
0

bash ls show link

ls -la <path> | grep "->"
Posted by: Guest on October-23-2020
0

symlink mac

ln -s /path/to/original /path/to/link
Posted by: Guest on March-20-2020

Browse Popular Code Answers by Language