gash/tests/50-redirect-space.sh

4 lines
51 B
Bash

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