gash/test/50-redirect-append.sh

5 lines
46 B
Bash
Raw Normal View History

echo foo > bar
echo foo >> bar
cat bar
rm bar