Yelt
Yelt is a streaming text editor, like its older cousing, SED. Yelt
could be described as "SED -- the next generation" because is essentially
SED plus features not present in SED, like:
- 10 variables, not just the 2 that you get with SED.
- more control over the whole script:
- Yelt lets you write the whole script -- or use a simple builtin
- yelt lets you define and call functions
- statements can appear both before and after the main while loop
- while loops can be nested -- using looping constructs rather than
goto-labels
- The ability to compute a file name and perform commands on every
line thereof. Basically, an extension to the r-command in SED but
is labeled the F-command in Yelt.
And like Star Trek, the Next Generation, it has different characters and
more sophisticated plots.
The rest of this page describes how to do many commonly needed tasks using yelt
scripts.