Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
154463
Topic
10534
Board
Off-topic
Re: A puzzle for you
by
kseistrup
on
31/05/2011, 07:22:33 UTC
Quote from: GreenSky on May 31, 2011, 07:06:33 AM
Are you feeding xxd line breaks?
xxd -r -p [FileContainingOneLineOfTheDataInMyFirstPost]
You could
Code:
$ tr -d ' \n' < [FileContainingTheDataInTheFirstPost] | xxd -p -r > [FileContainingBinaryData]
Cheers,