Skip to content

Instantly share code, notes, and snippets.

@deviationist
Created September 27, 2022 12:26
Show Gist options
  • Select an option

  • Save deviationist/a19f92d381c1ea311cbc5dc72a685b13 to your computer and use it in GitHub Desktop.

Select an option

Save deviationist/a19f92d381c1ea311cbc5dc72a685b13 to your computer and use it in GitHub Desktop.
wsl -- ip -o -4 -json addr list eth0 `
| ConvertFrom-Json `
| %{ $_.addr_info.local } `
| ?{ $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment