jed --version (return code: 0)
jed version: 0.99.19/Unix
Compiled with GNU C 5.4
S-Lang version: 2.3.1
*** Compiled against S-Lang 20300 but linked to 20301
jed compile-time options:
+LINE_ATTRIBUTES +BUFFER_LOCAL_VARS +SAVE_NARROW +TTY_MENUS
+EMACS_LOCKING +MULTICLICK +SUBPROCESSES +DFA_SYNTAX +ABBREVS
+COLOR_COLUMNS +LINE_MARKS +GPM_MOUSE +IMPORT
Using JED_ROOT=/usr/share/jed
jed --help (return code: 0)
Jed usage forms:
0. jed [--version | --help]
1. jed [--batch] [-n] [-e emulation] [-a alt-jedrc-file] \
[file ...] \ % edit files
[-g linenumber] \ % goto line
[-s search-string] \ % performa search
[-l file-to-load] \ % load slang file
[-f function] \ % execute function
[-i file-to-insert] \ % insert file
[-2] \ % split window
[-tmp] \ % do not backup buffer
[-hook funct (argv)] \ % exec funct with rest of argv parameters
[--ANYTHING] % execute ANYTHING as a function
2. jed -script FILE [arg ...]
3. jed-script FILE [arg ...]
This form sets __argv[0] to FILE, __argv[1] to arg, ...