Команды SFK


    1        2        3        4        5        6        7        8        9        10    

Раздел 7. Scripting - Скрипты
alias | batch | call | cd | clock | color | echo | for | getcwd | label | loop | mkcd | pause | require | setvar | sleep | stop | storetext | tee | time | tofile | toterm |

Help:   Рус   |   Eng        

Команда: storetext
sfk ... +storetext

   store current chain text for later use by gettext.
   see "sfk tail" for a script example.

   options
     -append    do not reset previously stored text
                but append current chain text to it.

   see also
     sfk gettext   retrieve stored text

   examples
     sfk load in.txt +storetext +filter -+foo
      +gettext +filter -+bar
       content of in.txt is stored in memory, then two
       different filterings are done on the same text.