Skip to content

mac osΒΆ

# macos find what is listening
alias whohearsme='sudo lsof -i -P | grep LISTEN | grep :$PORT'
# opens finder form terminal - open .
# for mac
alias lt='du -sh * | sort -h'
alias howmany='find . -type f -print | wc -l'

Last update: September 20, 2023
Created: September 20, 2023