vipsi - the friendly vip script interpreter

Appendix

Preferences Files

Default Appendix: Preferences Filespreferences files are installed into /usr/local/lib/vipsi/ Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
every user may store his own Interactive Shell: Preferencespreferences in ~/.vipsi/. There are 3 different Text functions: file
Instructions: file
files
:

  1. shell.prefs used for Flow control: if … then
    Flow control: try … then
    the
    interactive vipsi shell
  2. Example Scripts: CGI Scripts
    Example Scripts: Scripts
    script
    .prefs
    used for Example Scripts: CGI Scripts
    Example Scripts: Scripts
    scripts
  3. /etc/vipsi.cgi.conf used for Modes of Operation: CGI Scripts
    Example Scripts: CGI Scripts
    cgi scripts

Interactive Shell: PreferencesPreferences are Instructions: readread from /usr/local/lib/vipsi/shell.prefs Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
, Flow control: if … thenif existent, from Text functions: file
Instructions: file
file
~/.vipsi/shell.prefs. Flow control: if … then
Flow control: try … then
The
Appendix: Preferences Filespreferences file contains a Literals: List literals
Lists and arrays: List literals
list literal
according to Flow control: if … then
Flow control: try … then
the
vip Example Scripts: CGI Scripts
Example Scripts: Scripts
script
language Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
is evaluated similar to Vipsi command syntax: Functions
Functions
Glossary: Function
function
Functions with varying return types: eval
Instructions: eval
eval
. Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
Not
much Interactive Shell: Preferencespreferences can be set yet, most useful is setting colors for Constants: stdinstdin, Constants: stdoutstdout Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
Constants: stderrstderr Flow control: if … thenif you have problems with Flow control: if … then
Flow control: try … then
the
default magic.

Default "shell.prefs"

# Interactive Shell: Preferencespreferences for vipsi
# Flow control: if … thenif started in Modes of Operation: Interactive Shellinteractive shell mode

#prompt     vipsi>

# e.g.: normal, black, dark blue, bright_red, bold blue, inverse, bold underline green
stdout_attr
stdin_attr  blue
stderr_attr inverse red

Default "script.prefs"

# Interactive Shell: Preferencespreferences for vipsi
# Flow control: if … thenif running as Example Scripts: CGI Scripts
Example Scripts: Scripts
script
interpreter # e.g.: normal, black, dark blue, bright_red, bold blue, inverse, bold underline green stdout_attr stdin_attr blue stderr_attr inverse red

Default "vipsi.cgi.conf"


Valid HTML   Valid CSS