binaryfiles - .OBN Format: Edit and Reconvert Back -


I have an O.N.N. The framework is a binary file. To convert it to a text-based file, I like Unix-

  DD if = FileName.OBN = output.txt ibs = 1169 obs = 1169 cbs = 1169 conv = ascii I have been using the command in  

Where -

  If: The input file is: Output file is IBS: input block size obs: output block Size cbs: Insert a new line on the block  

Thanks.

/ div>

< P> I have understood it now that the default is IBS 512. So after editing the text file, you can change it to OBN by issuing the command -
  DD = if = output.ttt = Filename.obn ibs = 1169 Obs = 1169 cbs = 1169Canv = ABCDIC  

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -