728x90
반응형
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@REM | |
@REM build로 시작하는 경로(directory)를 모두 지움 | |
@REM | |
for /f %i in ('dir /a:d /s /b build*') do rmdir /s /q %i |
728x90
반응형
'shell bash cmd powershell' 카테고리의 다른 글
Windows Terminal에 색 구성표를 추가하는 방법 (0) | 2024.10.07 |
---|---|
bash 현재 경로를 윗 줄에 표시 (0) | 2024.10.02 |
bash prompt 흰 글자, 검은 배경 (0) | 2024.09.26 |
[리눅스 linux 쉘 shell bash] 모든 로그(log)를 표시 않하는 방법 (0) | 2023.03.13 |
endian bash (0) | 2021.10.03 |