diff 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. |