Skip to content

Commit 7d1e9fa

Browse files
authored
dos: add platform, dos/cd: add page (#18375)
1 parent bc57b50 commit 7d1e9fa

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The `pages` directory and `pages.*` language-specific directories contain the pl
7474

7575
- `android`: Android
7676
- `cisco-ios`: Cisco IOS
77+
- `dos`: MS-DOS/DOSBox/FreeDOS
7778
- `freebsd`: FreeBSD
7879
- `openbsd`: OpenBSD
7980
- `osx`: OSX/Mac OS/macOS (will be replaced by `macos`)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ How about:
5555

5656
This repository is just that: an ever-growing collection of examples
5757
for the most common UNIX, Linux, macOS, FreeBSD, NetBSD, OpenBSD,
58-
SunOS, Android, Windows, and Cisco IOS command-line tools.
58+
SunOS, Android, Windows, Cisco IOS, and DOS command-line tools.
5959

6060
## How do I use it?
6161

pages/dos/cd.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CD
2+
3+
> Change the current working directory.
4+
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-cd>.
5+
6+
- Go to the specified directory:
7+
8+
`CD {{PATH\TO\DIRECTORY}}`
9+
10+
- Go up to the parent of the current directory:
11+
12+
`CD ..`
13+
14+
- Go to the root directory of the current drive:
15+
16+
`CD \`

0 commit comments

Comments
 (0)