Computer Hope

Software => BSD, Linux, and Unix => Topic started by: isko98 on June 15, 2004, 05:03:31 AM

Title: Binary to ASCII
Post by: isko98 on June 15, 2004, 05:03:31 AM
i have a job that runs a script to ftp a file an ascii file to another server as binary. the problemis this... i want to convert that binary file to ascii without any modification from the script... is there a way i can do this? is there a similar command as dos2unix (which converts dos file to a unix file)??? the idea behind this is that i wont create another script to convert back that binary file to an ascii form by just adding another job...

thanks for the help!