.\" Copyright (C) 1999 by Martin Buck .\" Licensed under the GNU General Public License .TH insert_brackets 1 "Version 3.2p1" XView .SH NAME insert_brackets \- add delimiters before/after text .SH SYNOPSIS .B insert_brackets .I delimiter1 delimiter2 .SH DESCRIPTION \fIinsert_brackets\fP is a filter that adds the specified delimiters around the text sent through it. It reads text from stdin and writes the result to stdout. The delimiters can be arbitrary characters, but things like \fB{ }\fP, \fB( )\fP, etc. are most common. .PP Please note that \fIinsert_brackets\fP is intended mainly to be run from XView's text menu. It is used in the default \fBtext_extras_menu\fP. .SH AUTHOR Martin Buck for Debian GNU/Linux .SH "SEE ALSO" .BR xview (7), .BR capitalize (1), .BR remove_brackets (1), .BR shift_lines (1)