Deal with binary sequences


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Deal with binary sequences
# 1  
Old 02-06-2009
Deal with binary sequences

Hello,
I have come across the necessity for me to deal with binary sequences and I had a few questions.

1- Does any UNIX scripting language provide any tool or command for converting text data to binary sequences? Example of binary sequence: "0x97 0x93 0x85 0x40 0xd5 0xd6 0xd7"

2- If I want to concatenate this one line of binary sequence to a file, do I need to translate it first before using the cat command?

Moving into unknown territory there, I was hoping some of you guys had dealt with similar things at some point. Thanks by advance.
# 2  
Old 02-06-2009
Ok I will expand ny second statement.

How do you insert a line of binary sequence in a file without destroying its structure?
# 3  
Old 02-09-2009
Please post an example of input and expected output. Please make the number base and character set clear, or state that it is raw data. We normally assume ASCII characters, but your sample characters are mostly outside the normal printable range.

Your example looks like hexadecimal rather than binary which may be why nobody has responded.

Please also post the version of Unix/Linux. There are core tools in most unixes to handle conversion.

If you are trying to fix a non-text data file this is not a job for shell scripting.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Missing sequences in filenames

Hi, Please would anybody help find the missing sequences in the filename of the files? I have for example these files: OOOAAAALOGS400001.txt OOOAAAALOGS400002.txt OOOAAAALOGS400003.txt OOOBBBBLOGS40001.txt OOOBBBBLOGS400002.txt OOOBBBBLOGS400003.txt OOOCCCCLOGS400001.txt... (13 Replies)
Discussion started by: arrals_vl
13 Replies

2. Shell Programming and Scripting

Escape Sequences

Hi Gurus, Escape sequences \n, \t, \b, \t, \033(1m are not working. I just practiced these escape sequences. It worked first. Later its not working. Also the command - echo inside the script editor shows as shaded by a color. Before that echo inside the script editor wont show like this.... (4 Replies)
Discussion started by: GaneshAnanth
4 Replies

3. Shell Programming and Scripting

Extract sequences of bytes from binary for differents blocks

Hello to all, I would like to search sequences of bytes inside big binary file. The bin file contains blocks of information, each block begins is estructured as follow: 1- Each block begins with the hex 32 (1 byte) and ends with FF. After the FF of the last block, it follows 33. 2- Next... (59 Replies)
Discussion started by: Ophiuchus
59 Replies

4. Shell Programming and Scripting

Convert binary file to csv and then back to the binary format

Hello *nix specialists, Im working for a non profit organisation in Germany to transport DSL over WLAN to people in areas without no DSL. We are using Linksys WRT 54 router with DD-WRT firmware There are at the moment over 180 router running but we have to change some settings next time. So my... (7 Replies)
Discussion started by: digidax
7 Replies

5. Shell Programming and Scripting

trimming sequences

My file looks like this: But I would like to 'trim' all sequences to the same lenght 32 characters, keeping intact all the identifier (>GHXCZCC01AJ8CJ) Would it be possible to use awk to perform this task? (2 Replies)
Discussion started by: Xterra
2 Replies

6. Programming

Trigraph sequences

Hi, i have read trigraph sequence in The C99 Draft (N869, 18 January, 1999) printf("Eh???/n"); will produce printf("Eh?\n"); what does that mean? i tried that but i am getting the same output i.e Eh???/n. what actually these tri graph characters are? any idea why ,when and... (1 Reply)
Discussion started by: MrUser
1 Replies

7. Programming

how to deal with hardware

hi how to deal with hardware in c or c++? i need to learn how open CD and close any hard >>> and control hardware :) (2 Replies)
Discussion started by: hgphsf
2 Replies

8. Solaris

Available escape sequences

:) Hi, Can any one help me to find available escape sequences in UNIX shell programming? ( Like \n, \c etc,. in C or C++) Iam generating one report using one of the script, in that it is very much essential. Regards, LOVE (6 Replies)
Discussion started by: Love
6 Replies

9. What is on Your Mind?

Great deal!

Okay, I don't know how this is funny, but it is. I found this while searching for Linux (please don't ask). :o (0 Replies)
Discussion started by: gnerd
0 Replies
Login or Register to Ask a Question