PS> ls > test BASH> ls >> test BASH> cat test # Content looks correct PS> cat test # Content is wrong at the end
PS> ls > test
BASH> ls >> test
BASH> cat test # Content looks correct
PS> cat test # Content is wrong at the end