Skip to content

Commit 94a7ef5

Browse files
authored
Update 585-file-chdir.markdown
1 parent 393c602 commit 94a7ef5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_build/reference/585-file-chdir.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@
44
55
Changes the current working directory.
66

7+
See CWD to get the current working directory.
78

9+
Example 1: Linux
10+
11+
```
12+
print cwd
13+
chdir "/usr/bin"
14+
print cwd
15+
```

0 commit comments

Comments
 (0)