- Today
- Total
프로그래밍 농장
Batch script - for /f loop 관련 옵션 (skip delims ..) 본문
최근 젠킨스 빌드로그에서 특정 hash 값을 changeset 에 추출하고 검증하기 위한 배치를 하나 짜고있는데 이 과정에서
배치관련 내용 몇가지 정리한것
Difference between %~% and !~!
CMD for /d for/r for /f for/l 사용법 tokens delims skip userbackq
CMD 작성중 for 사용법 실행되는 스크립트에서 반복적인 작업을 하는 명령어 FOR 정의 FOR (/R,/...
blog.naver.com
Difference between %variable% and !variable! in batch file
I am writing a batch file where I need to output a string containing '!' to another file. But when I echo that string to another file, it removes "!" from the output. Eg: Input: set LINE=Hi thi...
stackoverflow.com
EnableDelayedExpansion - Windows CMD - SS64.com
Delayed Expansion will cause variables within a batch file to be expanded at execution time rather than at parse time, this option is turned on with the SETLOCAL EnableDelayedExpansion command. Variable expansion means replacing a variable (e.g. %windir%)
ss64.com
'Devops' 카테고리의 다른 글
SVN(SubVersion) 백업 및 이관 (0) | 2024.07.25 |
---|---|
Jenkins 빌드잡 모니터링 및 관리방식 팁 (0) | 2024.06.12 |
[SVN] stderr: svn: E175002: Unexpected HTTP status 413 'Request Entity Too Large' on ~ (0) | 2024.04.23 |
Jenkins 관련 각종 api 활용 (0) | 2024.04.18 |
Jenkins build description 커스텀 / 빌드로그 / 에러로그 / 커스텀 디스크립션 . . 관련 (0) | 2024.04.08 |