Skip to content

Commit d5da558

Browse files
committed
added touch section + screenshot
1 parent 04a8499 commit d5da558

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/cli.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ $ brew install tree # macOS
103103
</tr>
104104
</table>
105105

106-
107106
### `mkdir`
108107
`mkdir` creates a directory.
109108

@@ -122,6 +121,24 @@ $ brew install tree # macOS
122121
</tr>
123122
</table>
124123

124+
### `touch`
125+
`touch` creates an empty file.
126+
127+
<table>
128+
<tr>
129+
<td markdown="1">
130+
131+
```console
132+
$ touch euchre.cpp
133+
```
134+
135+
</td>
136+
<td>
137+
<img src="images/cli006.png" class="invert-colors-in-dark-mode" alt="touch example" width="470px"/>
138+
</td>
139+
</tr>
140+
</table>
141+
125142
### `rm`
126143
`rm` removes (deletes) a file.
127144

docs/images/cli006.png

275 KB
Loading

0 commit comments

Comments
 (0)