how to identifi the arugument passing from temporary file to target file
hi
i write a script like
cat >> "/tmp/zdesk" <<EOF
\n
A
\n
N
EOF
sudo ./install.pl < /tmp/zdesk
rm -rf /tmp/zdesk
its worked but i want to know how its worked.i ll pass the argument from temporary file to my target file . now my target file how to understand this argument comes from the temporary file for first condition,second goes next and so on...[/QUOTE]
|