CMD Help Page
Copy To / Move To Right Click
Grep for Windows
Windows Administration from CMD Line
grep -i "tricktreat" c:\1ws\yaps.txt
-i ignore case
FIX Master Boot Record
grep -i -n "datat" c:\1ws\yaps.txt
-n provide line number in file
grep -?
Help
System Files Explained
-s Suppress all error messages produced by non-readable files
Troubleshoot WMI high CPU usage issues
grep -i -n -v "2@hotmail.com" c:\1ws\yaps.txt
-v All lines but those matching are printed
15 CMD Commands and More
grep VS FindSTR
grep -i -n -v "192.168.1." "FileZilla Server.log"
grep -i -n "carrierfam" "access.log"
e:
cd\
findstr /I /V -N -A:A "camjpg 24.172.12.174 carrierfam" access.log > temp1.txt
findstr /I -N -A:A /C:" 200 " temp1.txt
c:
cd\bat
OR
C:\bat\accessLOG.bat