currently byte is absolute (SEEK_SET), we should also support relative forward (SEEK_CUR) and ideally relative back.
proposed syntax:
bn (absolute byte n)
b+n (relative n bytes forward)
b-n (relative n bytes back)
we should centralise this logic for re-use across all commands taking numbers where this makes sense.
currently byte is absolute (SEEK_SET), we should also support relative forward (SEEK_CUR) and ideally relative back.
proposed syntax:
we should centralise this logic for re-use across all commands taking numbers where this makes sense.