This shows you the differences between two versions of the page.
less-pipe [2007/02/17 18:41] |
less-pipe [2007/02/17 18:41] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: less-pipe.txt,v 1.3 2007/02/17 18:41:08 jnelson Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[load]] less-pipe \\ | ||
+ | [[less-pipe]] //shell commands/ | ||
+ | |||
+ | ======Description:====== | ||
+ | This script creates the [[less-pipe]] alias which displays the output of | ||
+ | an [[exec]]d process one windowfull at a time. Between each windowfull you | ||
+ | will be prompted to press a key. You can press 'q' to stop viewing the output. | ||
+ | |||
+ | The [[less-pipe]] alias outputs to the OTHER level window. This should be | ||
+ | changed in the future. | ||
+ | |||
+ | The [[less-pipe]] alias is re-entrant. You can view more than one file at | ||
+ | a time. | ||
+ | |||
+ | This script was based on the [[less]] script. | ||
+ | |||
+ | ======History:====== | ||
+ | The [[less-pipe]] script was written for EPIC4 by hop. | ||
+ | |||