Horje
power is network connected Code Example
power is network connected
# note "local.* 1$" is a regex to match network interface of interest
netsh interface ipv4 show interfaces | select-string "local.* 1$" | %{($_ -split "\s+")[4]}




Shell

Related
powershell progress bar Code Example powershell progress bar Code Example
git edit last commit message Code Example git edit last commit message Code Example
bash check diff starting at specific line Code Example bash check diff starting at specific line Code Example
how to close serveice on perticular port number Code Example how to close serveice on perticular port number Code Example
pull changes from dev to remote ranch without merging branch Code Example pull changes from dev to remote ranch without merging branch Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12