diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2015-10-01 16:38:17 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2015-10-01 16:38:17 +1300 |
commit | 0d17ce7135284dde08558febb620e03d3e01923a (patch) | |
tree | 3fe311f51e6f83056a1ad741c0ebd7bb090917ad /man/man1/shoal.1 | |
parent | Update tmux status bar every second (diff) | |
download | dotfiles-0d17ce7135284dde08558febb620e03d3e01923a.tar.gz dotfiles-0d17ce7135284dde08558febb620e03d3e01923a.zip |
Move man pages into man1 subdir
Going to make a man8 page shortly
Diffstat (limited to 'man/man1/shoal.1')
-rw-r--r-- | man/man1/shoal.1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/man1/shoal.1 b/man/man1/shoal.1 new file mode 100644 index 00000000..2399f974 --- /dev/null +++ b/man/man1/shoal.1 @@ -0,0 +1,18 @@ +.TH SHOAL 1 "May 2014" "Manual page for shoal" +.SH NAME +.B shoal +\- list the first hostname on each line of an ssh_config(5) file +.SH SYNOPSIS +.B shoal +.I [SSH_CONFIG] +.SH DESCRIPTION +.B shoal +reads an ssh_config(5) file, defaulting to ~/.ssh/config, and returns a +newline-delimited list of the first of the hostnames on each Host line in the +file, ignoring all other lines. Suitable for use in batch scripts like +scatter(1). +.SH SEE ALSO +scatter(1), shock(1), ssh(1), ssh_config(5) +.SH AUTHOR +Tom Ryder <tom@sanctum.geek.nz> + |