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.
- Host: GitHub
- URL: https://github.com/nodef/extra-tee.cmd
- Owner: nodef
- License: mit
- Created: 2017-10-16T18:31:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T19:59:13.000Z (6 months ago)
- Last Synced: 2025-04-10T20:49:12.181Z (6 months ago)
- Topics: console, extra, file, merferry, program, stdin, stdout, tee, windows, write
- Language: C#
- Homepage: https://cmdf.github.io/extra-tee/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```[](https://cmdf.github.io)
