Skip to content

chdir command

Brain edited this page May 2, 2023 · 1 revision

chdir

chdir <directory>

Change the current directory to the given directory. The directory may be relative, or absolute (indicated by the path starting with '/').

NOTE: This is an alias of the command cd

Clone this wiki locally