Skip to content

Instantly share code, notes, and snippets.

@todashuta
Created September 27, 2015 14:08
Show Gist options
  • Select an option

  • Save todashuta/ec8ddd980fa537c7a74a to your computer and use it in GitHub Desktop.

Select an option

Save todashuta/ec8ddd980fa537c7a74a to your computer and use it in GitHub Desktop.
speedtest-cli --list の結果を peco で絞り込んで speedtest-cli --server * する
$ speedtest-cli --list | peco | grep -o '^[0-9]\+' | xargs -I @ speedtest-cli --server @
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment