小小博客

  • 首页
  • 关于博客
  • 个人日志
  • VPS代理
小小博客
WIKI Tool For MMN6.COM
  1. 首页
  2. Windows
  3. 正文

windows下bat查找行内含有的字符串

2024年1月15日 765点热度 0人点赞 0条评论

查找a.txt每行含有“ABC”字符串的数据,并导出到output_test.txt文件

@echo off
del /F output_test.txt
for /f %%b in ("a.txt") do (
findstr /c /i ":ABC:" %%b>>output_test.txt))

标签: 暂无
最后更新:2025年6月4日

MMN6

格局

点赞
< 上一篇
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复
分类目录
  • Windows
  • Liunx
  • VPS代理
  • 个人日志
  • 海外电商
  • 社会百态
标签聚合
c# Deepfacelab Android vs2022 AI SecureCRT ubuntu Firefox
最新 热点 随机
最新 热点 随机
Shell命令处理大数据分割 Notepad++ 替换空格乱码 3proxy 代理使用 Android Pixel 刷机+root Visual Studio VS2022 激活密钥 WIN10系统点不开开始菜单和右下角日期解决办法
Notepad++ 替换空格乱码Shell命令处理大数据分割
C# Selenium 页面滚动到底部 Deepfacelab 训练保存时报错 MemoryError c# Google验证码打码实现 Mysql 快速删除大表记录的操作方法 tiktok抖店和小黄车的区别 Visual Studio VS2022 激活密钥

COPYRIGHT © 2005 - 2025 小小博客. ALL RIGHTS RESERVED.