gash/tests/50-redirect-append.sh

5 lines
46 B
Bash

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