What would be the syntax using dd to read a file from a tape that has multiple files on the tape.
For example, if a tape has 100 files on it in a directory listing like:
/home/user/aa.dbf
/home/user/ab.dbf
/home/user/ac.dbf
/home/user/ad.dbf
/home/user/ae.dbf
What would be the dd command to read only ac.dbf and save it to disk?
example:
dd if=/dev/rmt0 of=/tmp/ac.dbf (or what?)
For example, if a tape has 100 files on it in a directory listing like:
/home/user/aa.dbf
/home/user/ab.dbf
/home/user/ac.dbf
/home/user/ad.dbf
/home/user/ae.dbf
What would be the dd command to read only ac.dbf and save it to disk?
example:
dd if=/dev/rmt0 of=/tmp/ac.dbf (or what?)