IT/소프트웨어

Grep usage

smores 2022. 12. 3. 00:55

BC55 커맨드모드 컴파일러에 들어있는 grep 을 아직도 사용중 -_-;;

 

0) dir folder\*.xml /s > xml.txt  (xml file list)
1) make folder+file list using filelist.py -> filelist.txt

 

or 

0,1) using proper python or matlab code to create filelist.txt

 

2) grep word_to_find @filelist.txt > result.txt