Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 709 Bytes

File metadata and controls

45 lines (32 loc) · 709 Bytes
title categories version filesystem usage feature
cd
filesystem
0.93.0
Change directory.
Change directory.
default

cd for filesystem

Change directory.

Signature

> cd {flags} (path)

Parameters

  • path: The path to change to.

Input/output types:

input output
nothing nothing
string nothing

Examples

Change to your home directory

> cd ~

Change to the previous working directory ($OLDPWD)

> cd -