From d8590a2296f3454143dca806d30db2f8ac5172f6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 28 Mar 2016 15:37:37 +1300 Subject: Add stbl(1) --- man/man1/stbl.1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 man/man1/stbl.1 (limited to 'man') diff --git a/man/man1/stbl.1 b/man/man1/stbl.1 new file mode 100644 index 00000000..1462f80f --- /dev/null +++ b/man/man1/stbl.1 @@ -0,0 +1,15 @@ +.TH STBL 1 "March 2016" "Manual page for stbl" +.SH NAME +.B stbl +\- strip a trailing blank line from a file +.SH USAGE +.B stbl [-hv] FILE1 [FILE2 ...] +.SH DESCRIPTION +Applies ed(1) to remove a trailing newline from each of the given files. +.P +Option -h gives help, option -v turns on verbose output. +.P + $ stbl .bashrc + $ stbl -v project/*.c project/*.h +.SH AUTHOR +Tom Ryder -- cgit v1.2.3