An open API service indexing awesome lists of open source software.

https://github.com/nodef/extra-tee.cmd

Write stdin to stdout and file in Windows Console.
https://github.com/nodef/extra-tee.cmd

console extra file merferry program stdin stdout tee windows write

Last synced: about 2 months ago
JSON representation

Write stdin to stdout and file in Windows Console.

Awesome Lists containing this project

README

          

Write stdin to stdout and file in Windows Console.
> 1. Download [exe file](https://github.com/cmdf/extra-tee/releases/download/1.0.0/etee.exe).
> 2. Copy to `C:\Program_Files\Scripts`.
> 3. Add `C:\Program_Files\Scripts` to `PATH` environment variable.

```batch
> etee [--append|-a] []

:: [] -> optional argument
:: <> -> argument value
```

```batch
:: view chapter 1 verse 1 of Bhagvad Gita
> etee < gita\c1\v1.txt

:: view chapter 1 verse 1 and save to c1.txt
> type gita\c1\v1.txt | etee gita\c1.txt

:: view chapter 1 verse 2 and append to c1.txt
> type gita\c1\v2.txt | etee --append gita\c1.txt
```

[![cmdf](https://i.imgur.com/6HVu894.jpg)](https://cmdf.github.io)
![](https://ga-beacon.deno.dev/G-RC63DPBH3P:SH3Eq-NoQ9mwgYeHWxu7cw/github.com/nodef/extra-tee.cmd)