The stuff I do

Shell redirections

← Notes

Tags: [bash][shell][output]

Redirect stdout and stderr to a file 🔗

command > /dev/null 2>&1

← Notes

Back to top