Results 1 to 2 of 2
I used gawk BINMODE for this. but it is not reflecting onto the file.. please help me to convert .txt file to binary file...
- 02-19-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 1
converting .txt file to binary file using shell script
I used gawk BINMODE for this. but it is not reflecting onto the file.. please help me to convert .txt file to binary file
- 02-19-2009 #2
What do you mean? In Linux, there is no such thing as a "text" or "binary" file. You just have files, the contents of which differ depending on its purpose. If the file contains bytes that look like characters, it's a text file. Otherwise, it's a binary file.
What are you trying to do?DISTRO=Arch
Registered Linux User #388732


Reply With Quote