terminal
Open a terminal from another (e.g. VSCode) terminal
open -a terminal .Add to path on Mac
vim /etc/pathsUsing pipe and grep
pip3 freeze | grep XlsxOpen current directory in finder
open .Find and kill process on a port
lsof -i tcp:3000
kill [PID]Recursively remove node_modules
node_modulesLocation of a command in PATH
Common commands
Environment settings
How cmd line works
Last updated