716
734
2946
超级版主
C:\Users\beyes\Desktop>type test.txt abcdef 1t1t1 2ab2 333 d44e aaaa bb345bb 88888
C:\Users\beyes\Desktop>findstr /b "2" test.txt 2ab2 C:\Users\beyes\Desktop>findstr /b "[a-z]" test.txt abcdef d44e aaaa bb345bb
C:\Users\beyes\Desktop>findstr /b "[0-9]" test.txt 1t1t1 2ab2 333 88888
C:\Users\beyes\Desktop>findstr /l "5" test.txt bb345bb C:\Users\beyes\Desktop>findstr /l "8" test.txt 88888
C:\Users\beyes\Desktop>findstr /r "e$" test.txt d44e
C:\Users\beyes\Desktop>findstr /x "88888" test.txt88888
C:\Users\beyes\Desktop>findstr /N "^[a-z]*$" test.txt 1: 2:abcdef 3: 7: 8: 9: 11:aaaa 14:
C:\Users\beyes\Desktop>findstr /V "^$" test.txt | findstr /X ^[a-z].*$ abcdef d44e aaaa bb345bb
C:\Users\beyes\Desktop>findstr /O "ab" test.txt 2:abcdef 19:2ab2
C:\Users\beyes\Desktop>echo hello bat world |findstr "\<bat\>" hello bat world C:\Users\beyes\Desktop>echo hello batworld |findstr "\<bat\>"
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|曲径通幽 ( 琼ICP备11001422号-1|公安备案:46900502000207 )
GMT+8, 2025-6-17 19:49 , Processed in 0.082632 second(s), 22 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.