littlejohnny
MIS
Hello,
I need to create a script that does the following:
iconv -f IBM-1047 -t ISO8859-1 'ebcdic file here' > 'ascii file here'. the ebcdic and ascii filenames are to be provided by another script, something like this;
!./crap.sh ebcdic_file_in > ascii_file_out.
I am trying to keep the !unix cmd as short as possible. What do I need to do to get this done???
Thank you!!!
I need to create a script that does the following:
iconv -f IBM-1047 -t ISO8859-1 'ebcdic file here' > 'ascii file here'. the ebcdic and ascii filenames are to be provided by another script, something like this;
!./crap.sh ebcdic_file_in > ascii_file_out.
I am trying to keep the !unix cmd as short as possible. What do I need to do to get this done???
Thank you!!!