Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...