Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
auspbro committed Mar 12, 2018
1 parent bffc709 commit da9009f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 字符串处理/substr/substr.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo on

:: 使用 for 语句跳过前三行,以 '(' 和 ',' 为 delims截取 log 文件中第二个 tokens
:: 使用 for 语句跳过前三行,以 '(' 和 ',' 为 delims 截取 log 文件中第二个 tokens
for /f "skip=3 delims=(, tokens=2" %%i in (uu1_result_motor_for_0414.bat) do echo %%i
pause

for /f "skip=3 tokens=4 delims=) " %%j in (uu1_result_motor_for_0414.bat) do echo %%j
pause
pause ·
8 changes: 0 additions & 8 deletions 字符串处理/untitled folder/1.bat

This file was deleted.

0 comments on commit da9009f

Please sign in to comment.