Enable XML vlew, find the GPU bus by the ID, in this case 09:00.0
and GPU sound card 09:00.1
.
ls >> output.txt
will save console output to file, however output will not be shown in the console.
ls | tee output.txt
will save console output to the file, while it remains visible in the console.
Some features like console colors might not work though.
-
- 1.1. C++ 17
- 1.1.1. Nested namespaces
- 1.1.2. Structured binding
- 1.1.3. If-else and Switch statements with initializers
- 1.1.4. If constexpr statement
- 1.1. C++ 17
- 1.1.5. Folding expressions