pass data from terminal to txt
-
Using standard shell notation, receiving below
qtcreator_process_stub.exe > LIFE.txt
This is an internal helper of Qt Creator. Do not run it manually.
How to fix? -
Using standard shell notation, receiving below
qtcreator_process_stub.exe > LIFE.txt
This is an internal helper of Qt Creator. Do not run it manually.
How to fix?@kapabahwuk said in pass data from terminal to txt:
How to fix?
"Do not run it manually".
qtcreator_process_stub.exeis the standard console output process for QtCreator.
What are you trying to do / want to do? -
in linux the "script" command entered in a terminal window will save all IO to the file "typescript".
"exit" when done.
Not that it saves in DOS endline format which is "<CR><LF>"