Getting this result: ``` $ touch test $ echo foo > test $ cat test $ ``` Expected result: ``` $ touch test $ echo foo > test $ cat test foo $ ```