Body
Question
How do I get my computer name using the Terminal (MacOS)?
Answer
1. Open Spotlight Search by pressing Command + Space keys simultaneously.

2. In the search box, type in terminal.app

3. In Terminal window, type scutil --get ComputerName. Computer Name will be displayed.

4. To copy Computer Name to Clipboard, click and drag mouse over Computer Name to highlight.

5. Copy highlighted Computer Name to Clipboard by pressing Command + C keys simultaneously.

6. To close Terminal window, type exit.
