diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-15 05:06:41 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-15 05:06:41 -0500 |
commit | 6d2ed7484a29e5a093f24dd5fbbe3522029b4816 (patch) | |
tree | 9daa91f4b0afea40057b66ac788414ef72809480 /uxd.rst | |
parent | cb94cb60fe5a750ed670d89efe3d9233bf0c9b38 (diff) | |
download | uxd-6d2ed7484a29e5a093f24dd5fbbe3522029b4816.tar.gz |
implement -s and -S (seek) options.
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |