You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/02-the-filesystem.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Your computer looked for a directory or file called `shell_data` within the
52
52
directory you were already in. It didn't know you wanted to look at a directory level
53
53
above the one you were located in.
54
54
55
-
We have a special command to tell the computer to move us back or up one directory level.
55
+
We have two special directory names `.` and `..`; `.` refers to the current directory you are in and `..` refers to the directory one level above the current directory. We can use `..` with `cd` to move up one directory level.
0 commit comments