Skip to content
_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN DE
Let's talk

Mac Terminal: 20 Tricks for Power Users

24. 06. 2025 1 min read intermediate

macOS hides a lot of power-user tools right in the terminal. Here are 20 you should know.

pbcopy/pbpaste — Clipboard

echo “Hello” | pbcopy pbpaste > output.txt

open — Open Anything

open . open -a “Visual Studio Code” . open https://google.com

caffeinate — Prevent Sleep

caffeinate -t 3600 caffeinate -w 12345

mdfind — Spotlight from Terminal

mdfind “docker compose” mdfind -name “config.yml”

say — Text to Speech

say “Build complete” say -v Zuzana “Ahoj”

defaults — Hidden Settings

defaults write com.apple.finder AppleShowAllFiles -bool true defaults write com.apple.dock autohide-delay -float 0

networkQuality

networkQuality

diskutil

diskutil list diskutil apfs list

Network Tools

lsof -i -P | grep LISTEN sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

Utilities

shasum -a 256 file.txt file mystery_file log show –last 1h

Conclusion

The combination of Unix fundamentals with Apple-specific tools makes the Mac terminal a productive environment.

macosterminalproductivity
Share:

CORE SYSTEMS team

We build core systems and AI agents that keep operations running. 15 years of experience with enterprise IT.