Answers for "symlink alias macos"

0

symlink mac

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

mac alias

#alias for single command
alias python=python3.7

#alias for full path
alias python='/Library/Frameworks/Python.framework/Version/3.7/bin/python3'

#alias for command with options
alias la='ls -la'
Posted by: Guest on May-09-2021

Browse Popular Code Answers by Language