gash/tests/50-redirect-clobber.sh

5 lines
65 B
Bash

echo foo > /tmp/bar$$
cat /tmp/bar$$
> /tmp/bar$$
cat /tmp/bar$$