Mac OS is the computer operating system for Apple Computer’s Macintosh line of personal computers and workstations. A popular feature of its latest version, Mac OS X , is a desktop interface with some 3-D appearance characteristics. OS X has a modular design intended to make it easier to add new features to the operating system in the future. It runs UNIX applications as well as older Mac applications.
Posted by chris on: 2020-12-24, Category: MacOS
2020-12-24
The Mac Terminal Commands Cheat Sheet
Our mega cheat sheet of Mac terminal commands provides a great reference for all the important commands you should know.
Search | |
---|---|
grep “ |
Output all occurrences of |
grep -rl “ |
Search for all files containing |
Output | |
cat |
Output the content of |
less |
Output the contents of |
head |
Output the first 10 lines of |
Appends the output of |
|
Direct the output of |
|
Direct the output of |