Software: Apache. PHP/8.3.27 uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364) Safe-mode: OFF (not secure) /usr/share/doc/jed-common/html/ drwxr-xr-x | |
| Viewing file: Select action/file-type: 4 Starting JEDNormally, jed is started as jed <file name> or jed <file list> However, jed also takes the switches defined in the following table: Switch Meaning
------ -------
-batch run JED in batch mode. This is a non-interactive mode.
-n do not load jed.rc (.jedrc) file.
-g <n> goto line `n' in buffer
-l <file> load `file' as S-Lang code.
-f <function> execute S-Lang function named `function'
-s <string> search forward for `string'
-2 split window
-i <file> insert <file> into current buffer.
For example, the command line: jed slang.c -g 1012 -s error -2 file.c -f eob will start up jed, read in the file slang.c, goto line 1012 of slang.c and start searching for the string error, split the window, read in file.c and goto the end of the file. If the -batch parameter is used, it must be the first parameter.
Similarly, if -n is used, it must also be the first parameter unless
used with the -batch parameter in which case it must the second.
jed should only be run in batch mode when non–interactive operation is
desired. For example, jed is distributed with a file, jed -batch -n -l mkdoc.sl at the command line. Now suppose that you want to read in a file with the name of one of the
switches, say It is possible to completely change jed’s command line syntax through the
use of the user defined function |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0145 ]-- |