Skip to content

An attempt to recreate a functional of 'tee' command by usung Python

Notifications You must be signed in to change notification settings

LeshaLukash/a-tee-command-on-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

a-tee-command-on-python

[ENG] An attempt to recreate a functional of 'tee' command by usung Python. It can be used to connect to an command-line program, take its data from stdout-channel and to save it in a txt-file.

The script was written to work with Source Engine Dedicated Server program, but it can be easily modified to work with any other command-line program.

[RUS] В этом скрипте произведена попытка воссоздать функционал команды 'tee', используя Python. С его помощью можно подключиться к консольной программе, принимать данных из stdout-канала и записывать его содержимое в текстовой файл.

Скрипт писался для работы с выделенными серверами Source Engine, но без труда может быть адаптирован и для других консольных приложений.

About

An attempt to recreate a functional of 'tee' command by usung Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages