Linux Workshop - Content - Exercises - Resources - Archives - RSS - About
The file has not been decoded when received by email.
Use the "base64" command or the "mimencode" command to decode the file.
"base64" version
$ base64 --decode data > data.csv $ rm data
"mimencode" version
$ mimencode -u data -o data.csv $ rm data
Previous - Index - Next