Hudson River Trading interview question

In the Linux shell what is the difference between a "|" and a ">" ?

Interview Answer

Anonymous

10 Jul 2025

A "|" chains multiple commands together and a ">" redirects the output to a location.