From c83042d6701f275bd792fb15c889e780deddb14a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 22 Jun 2016 10:13:10 +1200 Subject: Rename binscripts more tersely --- man/man1/sls.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 man/man1/sls.1 (limited to 'man/man1/sls.1') diff --git a/man/man1/sls.1 b/man/man1/sls.1 new file mode 100644 index 00000000..691c6abb --- /dev/null +++ b/man/man1/sls.1 @@ -0,0 +1,17 @@ +.TH SLS 1 "May 2014" "Manual page for sls" +.SH NAME +.B sls +\- list the first hostname on each line of an ssh_config(5) file +.SH SYNOPSIS +.B sls +.I [SSH_CONFIG] +.SH DESCRIPTION +.B sls +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 +sra(1). +.SH SEE ALSO +sra(1), sta(1), ssh(1), ssh_config(5) +.SH AUTHOR +Tom Ryder -- cgit v1.2.3