aboutsummaryrefslogtreecommitdiff
path: root/man/man1/slsf.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-31 11:53:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-31 11:54:55 +1200
commit17f6305e253cc36acec5384c55d8369405645a03 (patch)
tree12aff25cfd17fa3deabbab1b8b42fb46a090f96c /man/man1/slsf.1
parentRemove poetry games tinkering scripts (diff)
downloaddotfiles-17f6305e253cc36acec5384c55d8369405645a03.tar.gz
dotfiles-17f6305e253cc36acec5384c55d8369405645a03.zip
Split out sls(1) into shell and awk
Diffstat (limited to 'man/man1/slsf.1')
-rw-r--r--man/man1/slsf.119
1 files changed, 19 insertions, 0 deletions
diff --git a/man/man1/slsf.1 b/man/man1/slsf.1
new file mode 100644
index 00000000..d19e7c96
--- /dev/null
+++ b/man/man1/slsf.1
@@ -0,0 +1,19 @@
+.TH SLSF 1 "July 2016" "Manual page for slsf"
+.SH NAME
+.B slsf
+\- list the first hostname on each line of ssh_config(5) files
+.SH SYNOPSIS
+.B slsf /etc/ssh_config ~/.ssh_config
+.br
+cat ~/.ssh_config |
+.B slsf
+.br
+.SH DESCRIPTION
+.B slsf
+iterates through the ssh_config(5) files given as its input and prints the
+first non-wildcard hostname on each "Host" line. Most users will probably want
+the sls(1) frontend.
+.SH SEE ALSO
+sls(1), sra(1), sta(1), ssh(1), ssh_config(5)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>