awk binary string to ascii string converter by Steve • May 3, 2013 • 0 Comments There are probably better ways to this with lshift and rshift functions built into awk, but this is functional. { while (++i Read more →