aboutsummaryrefslogblamecommitdiff
path: root/man/man1/stbl.1
blob: 1462f80fe447a4c0a0820415f05a55d3e95a9969 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 <tom@sanctum.geek.nz>