1樓:
不清楚你的實際檔案/情況,僅以問題中的樣例/說明為據;以下**複製貼上到記事本,另存為xx.bat,編碼選ansi,跟要處理的檔案放一起執行
@echo off
rem 從一個指定txt文字檔案內查詢輸出包含有指定字串關鍵字的行內容
title %#% +%$%%$%/%@% %z%
cd /d "%~dp0"
set "txtfile=yourfile.txt"
set "findword=四世同堂"
for /f "delims=" %%a in ('type "%txtfile%"^|find "%findword%"') do (
echo;%%a
)echo;%#% +%$%%$%/%@% %z%
pause
exit
2樓:依夢琴瑤
for /f "delims=" %%a in ('findstr /c:"四世同堂" "myfile.txt"') do echo %%a
怎麼獲得GridView某一行某一列的值
點選gridview中的單元格,取到其單元格的行號 列號 單元格內的值 protected void gridv query rowdatabound object sender,gridviewroweventargs e 建議你這樣試試看 這樣做的好處 注意事項 gridview讀取某行某列的值...
如何顯示SQL資料庫表中某一行某一列的值
select 列名 from 表名 where 行id 值 怎樣查詢sql資料庫中某一個表中的某個列的一個數值的所有行資料 select from accuont where vip 1 上面的1 是在你表中的型別 為數字類回型的答時候 select from accuont where vip 1...
C如何讀取文字檔案中的某一行,C中怎麼讀取txt檔案某一行的內容
string str file.readalllines bai 檔案路du 徑zhi encoding.default m為要修改dao的那一行版 權的索引 修改指定行 str m file.writealllines 檔案路徑 str,encoding.default 只有全部讀進來,修改了,再...