Hi everyone,
Need your help on this.
How can I eliminate the pressing of the enter key if I place the command below in a script
find /home -print | backup -i -f /dev/rfd0
The command will give an output of
Mount volume 1 on /dev/rfd0.
Press Enter to continue.
which normally I have to press the enter key.
I have tried putting a ^M on a file as inputfile
find /home -print | backup -i -f /dev/rfd0 < inputfile
It does not have an effect.
Need your help on this.
How can I eliminate the pressing of the enter key if I place the command below in a script
find /home -print | backup -i -f /dev/rfd0
The command will give an output of
Mount volume 1 on /dev/rfd0.
Press Enter to continue.
which normally I have to press the enter key.
I have tried putting a ^M on a file as inputfile
find /home -print | backup -i -f /dev/rfd0 < inputfile
It does not have an effect.