gash/tests/50-redirect.sh

4 lines
51 B
Bash

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