Having used Unix and Aix very little, my company has asked that I pull information from tapes on the 3490e to the Aix system. I am using a dd command and thought that I had all the information correct but when I execute the command it says that I have an error in the input or output. The output is being created but nothing has been read into the new file. If anyone knows how to fix the comman please help.
dd if=/{pathname from 3490e} of={filename}.txt bs=128k conv=ascii fskip=1&
Thanks
dd if=/{pathname from 3490e} of={filename}.txt bs=128k conv=ascii fskip=1&
Thanks