Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andreyka26-git/89138ea2ba44231f5080e2b67f0e2dac to your computer and use it in GitHub Desktop.
Save andreyka26-git/89138ea2ba44231f5080e2b67f0e2dac to your computer and use it in GitHub Desktop.
[Windows 10] Continuous ping with time on powershell
ping.exe -t google.com|Foreach{"{0} - {1}" -f (Get-Date),$_}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment