gash/tests/50-redirect-in-out.sh

4 lines
63 B
Bash

cat < tests/data/foo > /tmp/bar$$
cat /tmp/bar$$
rm /tmp/bar$$