DEV Community

Discussion on: Stupid Short: Bash's |, >, >>, <, 2>>, 2> Operators

 
fennecdjay profile image
Jérémie Astor

I think you have a small typo here.
Shouldn't it read

call-foo &> /dev/null
Thread Thread
 
sinewalker profile image
Mike Lockhart

Thank you, fixed 😁

Thread Thread
 
fennecdjay profile image
Jérémie Astor

You're welcome.