Команды 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        

Команда: tee
sfk ... +tee [tofile] filename.txt
sfk ... +tee toterm

   split current command chain data into two streams.
   stream one is passed to the next command in the chain.
   stream two is written to file, or printed to terminal.

   see also
      sfk tofile      for file output options
      sfk toterm      for terminal output options

   examples
      sfk list testfiles .txt +tee toterm +fview
         list selected files on terminal AND open in dview.