cd DIR
Change the working directory to DIR or home if DIR is not specified. The special DIR "-" is interpreted as "return to the previous directory".
cd %num
will jump to a certain directory in the stack (See also builtindirs
).cd +num
andcd -num
will go forward/backward in the directory stack.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 8:
'=item' outside of any '=over'
=over without closing =back