Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 5 years ago.
I don't want to see any message when I use wget
.
I tried wget
with -q
-O
options and redirection to /dev/null
but I still see unwanted messages.
EDIT
Sorry everyone, there was another wget in my script which printed messages :) &> /dev/null
was enough for me.