Tag: Editors
-
Give yourself a Christmas present: learn sed
Text is at the core of The Unix Way – and all True Unix Hackers work from the command line. This much you know. (If you don’t get a copy of The Art of Unix Programming – there is an awful lot of rubbish in that book but it does do one thing well: explain…
-
Adding vi-like functionality to Hexxed
I have decided that I will model the keyboard interface for Hexxed on vi. I know that is not what many/any coming from outside the Unix world will expect, but then there are plenty of Hex editors out there and I want to make one that will appeal to at least one niche. As I…