|
inline redirect stdin
Hi:
I have the next script on ksh
#!/usr/bin/ksh
cd $FUENTES
qdesign <<-!
\$/opt/cognos/ph843e/bin/qtp <<-!
\$/opt/cognos/ph843e/bin/quiz <<-!
!
!
!
This script is very simple, i want to nest three process quiz into qtp, and this into qdesign.
When I run it , i receive the next error.
./aa[7]: !: not found
./aa[8]: !: not found
Why ?¿?¿
can i nest inline commads with input redir.
Regards
|