Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Jan 25, 2025
1 parent 3a194bd commit e62f722
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/content/notes/print-macos-version-in-terminal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 'Print MacOS Version In Terminal'
pubDate: 01-25-2025
tags: ['note', 'macos', 'cli', 'apple', 'mac']
---

A command to print the MacOS version in the terminal.

```bash
sw_vers
```

0 comments on commit e62f722

Please sign in to comment.