
alias | batch | call | cd | clock | color | echo | for | getcwd | label | loop | mkcd | pause | require | setvar | sleep | stop | storetext | tee | time | tofile | toterm | Команда: 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. |
![]() |