Something went wrong on our end
Forked from
redox-os / ion
1365 commits behind the upstream repository.
-
Jeff Warner authoredJeff Warner authored
ch03-01-implicitcd.md 318 B
cd
Implicit Like the Friendly Interactive Shell, Ion also supports executing the cd
command automatically
when given a path. Paths are denoted by beginning with .
//
/~
, or ending with /
.
~/Documents # cd ~/Documents
.. # cd ..
.config # cd .config
examples/ # cd examples/