vipsi - the friendly vip script interpreter

Instructions

cd

Instructions: cd
Shell Immediate Commands: cd
cd
<pathname>

Change working directory to <pathname>. Pathname must be a Glossary: text, text_valtext value Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
may be a full Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
partial path Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
start with '~' for Flow control: if … then
Flow control: try … then
the
user's home directory.

e.g.:

Instructions: cd
Shell Immediate Commands: cd
cd
"../";

There is also a Shell Immediate Commands
Invariants: Shell immediate commands
shell immediate command
, which is most likely executed when you type Instructions: cd
Shell Immediate Commands: cd
cd
in Flow control: if … then
Flow control: try … then
the
vipsi shell, which also accepts a pathname without quotes.

Valid HTML   Valid CSS