Clear Command Prompt Screen: A Quick Guide
Clear Your Command Prompt or Terminal in Seconds!
Need a clean slate in your command prompt or terminal? It's super easy! Just use the 'cls' command (Windows) or the 'clear' command (macOS/Linux).
Here's how:
-
Open your command line interface: - Windows: Press the Windows key + R, type 'cmd', and press Enter. - macOS & Linux: Open the Terminal application.
-
Type and run the command: - Windows: Type 'cls' and press Enter. - macOS & Linux: Type 'clear' and press Enter.
That's it! Your command prompt or terminal screen is now crystal clear, ready for your next command.
Important Note: Clearing the screen erases previous commands and output. Make sure you've saved any important information before using 'cls' or 'clear'.
原文地址: http://www.cveoy.top/t/topic/BPP 著作权归作者所有。请勿转载和采集!