Easily find IP & Router Address in CMD | Grep/FindStr in Command Prompt | CMD TIP
Ever wanted to use Grep in the Windows CMD or just display lines that contain text? Well, this video shows you the basic usage of findstr, a simple tool to search output from a command and display exactly what you want to see. As an example, you can show JUST your IP address and the router's IP address for easy reference when port forwarding, etc.
ipconfig | findstr /i "ipv4"
ipconfig | findstr /i "gateway"
ipconfig | findstr /i "ipv4 gateway"
Timestamps:
0:00 - Explanation
0:22 - Normal method (ipconfig)
0:56 - Simplifying/Searching ipconfig (findstr)
1:56 - Searching for multiple lines
2:28 - Linux Grep example
#CMD #Windows #Tip
-----------------------------
💸 Found this useful? Help me make more! Support me by becoming a member: https://youtube.com/channel/UCkih2oVTbXPEpVwE-U7kmHw/join
-----------------------------
💸 Direct donations via Ko-Fi: https://ko-fi.com/TCNOco
💬 Discuss the video & Suggest (Discord): https://s.tcno.co/Discord
👉 Game guides & Simple tips: https://YouTube.com/TroubleChuteBasics
🌐 Website: https://tcno.co
📧 Need voiceovers done? Business query? Contact my business email: TroubleChute (at) tcno.co
Everything in this video is my personal opinion and experience and should not be considered professional advice. Always do your own research and ensure what you're doing is safe.