Is there a split
command in Windows, to split command output? My command is:
ipconfig | findstr /i "Default gateway" | findstr [0-9]
and the output is:
Default Gateway...: x.x.x.x
I need a single command, and the output should be only x.x.x.x
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…