
zsh command not found error
If you see the above response if you tried running the cls command on macOS terminal on Big Sur zsh shell, well you just ran a Windows command on macOS! CLS: Clear Screen is a Window's command prompt command, you need to use the equivalent clear command instead|.
code2care@mac ~ % cls
zsh: command not found: cls
code2care@mac ~ %
code2care@mac ~ % clear
code2care@mac ~ % man clear
clear(1) clear(1)
NAME
clear - clear the terminal screen
SYNOPSIS
clear
DESCRIPTION
clear clears your screen if this
is possible. It looks in the
environment for the terminal type
and then in the terminfo database
to figure out how to clear the
screen.
clear ignores any command-line
parameters that may be present.
SEE ALSO
tput(1), terminfo(5)
More Posts related to MacOS,
- Opening mac Terminal
- How to change default macOS Terminal Window size
- How to clear Mac Terminal screen
- Find Hostname of Mac running on macOS Ventura 13
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to switch from bash to zsh shell in macOS Terminal
- Limit scrollback rows in macOS Terminal
- How to Set Background Wallpaper on macOS 13 Ventura
- This operation couldnt be completed. Unable to locate a Java Runtime. [macOS]
- Encode or Decode Base64 String using Mac Terminal Command
- List of All Apple Silicon ARM Based M1/M2 Mac [updated Oct 2022)
- How to remove Siri from Menu Bar [macOS Big Sur]
- Must Know Homebrew Commands for Mac/Linux Users
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- 13.0 MacOS Ventura release date
- How to change the default location of Mac Screenshot
- How to set Out Of Office (OOO) on Outlook for Mac
- 30+ Zoom video communications application shortcuts for macOS
- How to install wget on macOS
- Mac turn dark mode on or off using terminal command
- Create Symbolic Link using Terminal Command
- Mac - How to Install VirtualBox
- How to Enable or Disable Dark Mode on macOS Ventura 13
- How to install homebrew (brew) on M1 Mac
- How to uninstall Microsoft Outlook on Mac
More Posts:
- Implementing Android Text to Speech Example - Android
- How to install Microsoft Outlook App on Mac - MacOS
- Detect Data roaming in Android Application - Android
- WhatsApp Keyboard shortcuts for Mac - WhatsApp
- Command to know the installed Debian version? - Linux
- Error 50057 - User account is disabled. The account has been disabled by an administrator [Microsoft - Teams - Azure] - Microsoft
- How to insert date, time or custom timestamp in Notepad++ - NotepadPlusPlus
- How to minimize all Windows in Mac - MacOS