Answers for "clear command for cmd"

PHP
20

laravel artisan clear cache

//Updated Dec 2020
//laravel artisan clear cache 
php artisan view:clear 
php artisan cache:clear
php artisan route:clear
php artisan config:clear
Posted by: Guest on December-12-2020
0

cmd clear

cls #cls == clear screen, clears all previous commands in the cmd
Posted by: Guest on May-31-2021
1

clear terminal on windows

; -------------------------------------------------------------------------
; Cntr-L should clear screen
; -------------------------------------------------------------------------
#IfWinActive ahk_class ConsoleWindowClass
^L::
Send cls{Enter}
return

#IfWinActive
Posted by: Guest on January-26-2021

Browse Popular Code Answers by Language