Hi all,
I am new to Linux. I want to output the debug message on the screen to a file. I tried this:
vlc -vvv >a.txt But it doesn't work. When I check the a.txt file, it's empty. I tried this one: ls >a.txt , it works.
Can anyone tell me how I can put the vlc debug message to a file? Thank you:)