Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 837 Bytes

File metadata and controls

49 lines (34 loc) · 837 Bytes
title categories version filesystem usage feature
cd
filesystem
0.94.0
Change directory.
Change directory.
default

cd for filesystem

Change directory.

Signature

> cd {flags} (path)

Flags

  • --physical, -P: use the physical directory structure; resolve symbolic links before processing instances of ..

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 -