command 2>/dev/null

Category: I/O Redirection & Pipes

command 2>/dev/null

Discard stderr output silently

Discards only error messages, letting normal output through. Useful for hiding 'Permission denied' messages.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.