Galaxie Shell 0.2.6 documentation


Navigation:   | Index   | Search   | Top   | Up   | Prev   | Next   |
Table of Content: |cd |

© Copyright 2020-2024, Galaxie Shell Team.

Top » Manuals Pages » cd

cdΒΆ

NAME
  cd - change the working directory

SYNOPSIS
  cd [-P] [-L] [directory]

DESCRIPTION
  The cd utility shall change the working directory of the current shell
  execution environment

OPERANDS
  directory  An absolute or relative pathname of the directory that shall
             become the new working directory. The interpretation of a relative
             pathname by cd depends on the -L option and the CDPATH and PWD
             environment variables. If directory is an empty string, the
             directory be come HOME environment variable.

OPTIONS
  -P  Handle the operand dot-dot physically; symbolic link components shall be
      resolved before dot-dot components are processed
  -L  Handle the operand dot-dot logically; symbolic link components shall not
      be resolved before dot-dot components are processed

Top » Manuals Pages » cd

© Copyright 2020-2024, Galaxie Shell Team.
This page is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License (CC BY-NC-SA 4.0).
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

Last updated on None.
Created using Sphinx 8.0.2.