dynamic content system
   
Manual page for FLDSEL(TDH)

stripper - remove #operators and @variables



SYNOPSIS

cat scriptfile | stripper


DESCRIPTION

stripper removes midriff constructs such as #operators and @variables for purposes such as spell checking.


SPELL CHECKING

A common need is to perform spell checking on a large collection of page templates. For HTML content, you can use stripper to strip out midriff constructs, along with lynx to convert HTML. For example:


cat myscript | stripper > tmp1
lynx -dump -force_html -nolist tmp1 | spell




dynamic content system    
Copyright Steve Grubb    


Markup created by unroff 1.0,    March 16, 2004.