gash/tests/50-redirect-append.sh

5 lines
86 B
Bash

echo foo > $TEST_TMP/bar
echo foo >> $TEST_TMP/bar
cat $TEST_TMP/bar
rm $TEST_TMP/bar