snippetbashTip
CD — Change the current working directory. More information: <https://help.fdos.org/en/hhstndrd/command/c
Viewed 0 times
thecurrentdirectorycdcommandclichangeworking
Problem
How to use the
CD command: Change the current working directory. More information: <https://help.fdos.org/en/hhstndrd/command/cd.htm>.Solution
CD — Change the current working directory. More information: <https://help.fdos.org/en/hhstndrd/command/cd.htm>.Go to the specified directory:
CD {{PATH\TO\DIRECTORY}}Go up to the parent of the current directory:
CD ..Go to the root directory of the current drive:
CD \Code Snippets
Go to the specified directory
CD {{PATH\TO\DIRECTORY}}Go up to the parent of the current directory
CD ..Go to the root directory of the current drive
CD \Context
tldr-pages: dos/CD
Revisions (0)
No revisions yet.