Files
bash/tests/redir13.in
2024-04-25 15:50:39 -04:00

6 lines
93 B
Plaintext

# this should be used as standard input to the shell
exec 4<&0
cd /tmp
command pwd
exec 4<&-