cd

Change the current working directory. More information: <https://manned.org/cd>.

Debian Debian
RUN apt-get update && \ apt-get install -y execline
Ubuntu
RUN apt-get update && \ apt-get install -y execline
Alpine
RUN apk add bash
Arch Arch Linux
RUN pacman -S --noconfirm bash
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y execline
CentOS
RUN yum install -y bash
Fedora
RUN dnf install -y bash
Raspbian
RUN apt-get update && \ apt-get install -y bash
click the source code to copy install cd on any operating system with command-not-found.com