Created
February 3, 2022 04:11
-
-
Save johnelliott/a246a2bef9f2f043f8b3686f3d8ce9b1 to your computer and use it in GitHub Desktop.
tailscale hosts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tailscale status --self=false | tr -s ' ' '\t' | cut -f1-2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g.
tailscale status | tr -s ' ' '\t' | cut -f1-2 | sed 's/ /&tail-/'