Skip to content

How do you silence output to stdout? #210

Answered by Purfview
rosano asked this question in Q&A
Discussion options

You must be logged in to vote

You can use -pp to print progress instead of transcription.
Or you can simply redirect output to NUL, for example at the end of a command add >nul 2>&1 and it should suppress everything.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Purfview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants