Redirect stdout and stderr to Same file - Linux Tutorial 15

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

It's nice to finally understand what those stdout and stderr streams were actually intended for in C++. I nano'ed a small c++ program after watching this and redirected the error into a file, it was enlightening.

Deksudo
Автор

Isn't the result same as in the Tutorial 13 where you redirect just stderr by 2> ? How does the output of both stdout + stderr helps there? I'm really confused.

patmull