aboutsummaryrefslogtreecommitdiff
path: root/uxd.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-15 05:06:41 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-15 05:06:41 -0500
commit6d2ed7484a29e5a093f24dd5fbbe3522029b4816 (patch)
tree9daa91f4b0afea40057b66ac788414ef72809480 /uxd.rst
parentcb94cb60fe5a750ed670d89efe3d9233bf0c9b38 (diff)
downloaduxd-6d2ed7484a29e5a093f24dd5fbbe3522029b4816.tar.gz
implement -s and -S (seek) options.
Diffstat (limited to 'uxd.rst')
-rw-r--r--uxd.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/uxd.rst b/uxd.rst
index 170c46f..c4e06be 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -87,7 +87,11 @@ over the environment.
characters. Positive *pos* means seek from the start of the
input. Negative *pos* only works on files (not standard input); it
means seek backward from EOF.
- NOT IMPLEMENTED YET.
+
+-S pos
+ Same as **-s**, but file offsets start at 0 rather than the
+ position after seeking. **-S 100** is the same as **-s 100 -o -100**.
+ Works with negative *pos*, too.
-u
Use uppercase hex digits A-F. Default is lowercase.