In order to search (find) text for the commands and their output on a macOS Terminal Console you can make use of the Find option by using the keyboard shortcut - Command + F, this will open up a search find bar on the top of your terminal window where you can type in the text you want to search.

You can also enable the find option by going to Terminal Menu: View -> Find -> Find...
Make use of the arrows, to find the next and previous matches. Click on done to close the hide the find bar.
More Posts related to MacOS,
- How to Display Analog Clock on Mac Menu Bar
- Shutdown Mac Terminal Command
- How to know the Serial Number of MacBook on macOS Ventura 13.0
- macOS: Remove Desktop or Documents Folder from iCloud Drive Syncing
- [fix] How to Show file extensions on all files on Mac
- How to install Zoom Add-in to Outlook (Mac)
- How to turn off Stage Manager - macOS Ventura
- Fix - Xode - Internal logic error: Connection was invalidated
- How to do calculations in Mac Terminal
- How to delete a Page in Microsoft Word File on Mac (macOS)
- How to Refresh Mac Desktop
- How to install Java on macOS [Big Sur]
- How to Disable Mac Terminal Bell Sound
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to Uninstall Brew on Mac
- Find your macOS version
- Change TextEdit File Encoding
- AppleScript Example with TextEdit
- How to install homebrew (brew) on M1 Mac
- How to Find File and Directory Size in Mac Terminal
- How to open new tab in Sublime Text Editor [macOS]
- How to list all users in Mac Terminal
- Turn off Auto-Capitalization on macOS Ventura 13
- How to check Command Line Tools Version [Updated for Ventura]
- Change Current User Password using Mac Terminal Command
More Posts:
- How to check if a Command Exists using Bash Script - Bash
- iPhone network says SOS Only on Status Bar - iOS
- Permanently set $PATH variable in Mac Zsh shell - MacOS
- Installing Gradle on macOS - Gradle Tutorial - Gradle
- Android : Error in http connection java.net.SocketException: Permission denied - Android
- How to Comment out Code in PowerShell Script - Powershell
- Enable JSON Pretty Print in Java Jackson - Java
- How to delete a Python Virtual Environment - Python